Fix typo in README.
This commit is contained in:
parent
9f21e99c69
commit
2b929b983a
|
@ -19,7 +19,7 @@ Insure the following dependencies are in place:
|
||||||
|
|
||||||
1. Build the rust crate first: `cargo build`
|
1. Build the rust crate first: `cargo build`
|
||||||
1. Install dependencies and run in a virtualenv: `pipenv install && pipenv shell`
|
1. Install dependencies and run in a virtualenv: `pipenv install && pipenv shell`
|
||||||
1. Create the Python package with: `manturin build`
|
1. Create the Python package with: `maturin build`
|
||||||
1. Run the tests: `pytest test.py`
|
1. Run the tests: `pytest test.py`
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
Loading…
Reference in New Issue