Skip to content

Commit fc07634

Browse files
committed
tweak install instructions
1 parent c476e2c commit fc07634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyorithms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python Bindings for Rustorithms
66
This package has python bindings to the rustorithm algorithms.
77

88
_Why would you need a library of python bindings to algorithms that are already implemented everywhere?_
9-
You probably don't... This project is, more or less, just for kicks. It also serves as a POC for implementing things that can maybe be done faster in rust, than if they were built in pure python. Also it's fun 😃
9+
You probably don't... This project is, more or less, just for kicks. It also serves as a POC for implementing things that can maybe be done faster in rust, than if they were built in pure python. Also, it's fun 😃
1010

1111
------------
1212
Installation
@@ -15,7 +15,7 @@ The easiest way to install this package is directly from this repo subfolder. Th
1515
```shell
1616
> pip install setuptools-rust
1717
```
18-
After that you can clone the rustorithms repo then run either of the following two commands.
18+
After that you can clone the rustorithms repo then run either of the following two commands from inside the pyorithms directory.
1919
_Create a debug build for testing_
2020
```shell
2121
> python setup.py develop

0 commit comments

Comments
 (0)