Fix typo in README.

This commit is contained in:
Dorian 2019-10-29 10:41:01 -04:00
parent 9f21e99c69
commit 2b929b983a
1 changed files with 1 additions and 1 deletions

View File

@ -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