Skip to content

Commit d0c8d9b

Browse files
authored
Merge pull request #21 from peekxc/peekxc-patch-1
Update README.md
2 parents 2be8532 + 6b1f6ad commit d0c8d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The easiest way to install the package is via the platform-specific [wheels](htt
2828
python -m pip install simplextree
2929
```
3030

31-
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/).
31+
You can also install the package manually by downloading the appropriate wheel (or sdist) from the [releases](https://github.com/peekxc/simplextree-py/releases/).
3232

3333
For installation instructions for developers looking to extend the package, see [Building & Developing](#building--developing).
3434

@@ -127,4 +127,4 @@ Unit testing is handled with [pytest](https://docs.pytest.org/en/7.4.x/). See th
127127

128128
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.
129129

130-
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.
130+
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.

0 commit comments

Comments
 (0)