Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
William Grant authored and braxtonmckee committed Sep 28, 2022
1 parent 214b294 commit 11e5e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are several methods for building and setting up a development environment.
3. Build nativepython libraries using `python setup.py build`
4. Append the root of this repository to your `PYTHONPATH`

## Pipenv Method ###
### Pipenv Method ###
This method is simple, and can take care of virtual environment creation and installation for you.
1. (Optional) Create a new virtualenv with Python 3.6 (`virtualenv --python=<path-to-py3> venv`) and source it. If you choose to use Pipenv alone, it will create an appropriate virtualenv for you.
2. Run `pipenv install --dev --deploy`
Expand Down

0 comments on commit 11e5e28

Please sign in to comment.