From 6b1f6ad7a2839fe5fd1f6d052c8dae47258db3c8 Mon Sep 17 00:00:00 2001 From: Matt Piekenbrock Date: Wed, 5 Jun 2024 12:28:48 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33ef1b3..fb9360e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The easiest way to install the package is via the platform-specific [wheels](htt python -m pip install simplextree ``` -You can also `pip install` the package manually by downloading the appropriate wheel (or sdist) from the [releases](https://github.com/peekxc/simplextree-py/releases/). +You can also install the package manually by downloading the appropriate wheel (or sdist) from the [releases](https://github.com/peekxc/simplextree-py/releases/). For installation instructions for developers looking to extend the package, see [Building & Developing](#building--developing). @@ -127,4 +127,4 @@ Unit testing is handled with [pytest](https://docs.pytest.org/en/7.4.x/). See th The underlying C++ library is [header-only](https://en.wikipedia.org/wiki/Header-only) and may be included as a dependency by [extension modules](https://docs.python.org/3/extending/extending.html) in other Python packages. -Thus, to modify or extending the complex in C++, it is sufficient to add the package as a build-time dependency and append the include directory to the compilation target. \ No newline at end of file +Thus, to modify or extending the complex in C++, it is sufficient to add the package as a build-time dependency and append the include directory to the compilation target.