Skip to content

Commit 11e5e28

Browse files
William Grantbraxtonmckee
William Grant
authored andcommitted
fix typo
1 parent 214b294 commit 11e5e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are several methods for building and setting up a development environment.
1111
3. Build nativepython libraries using `python setup.py build`
1212
4. Append the root of this repository to your `PYTHONPATH`
1313

14-
## Pipenv Method ###
14+
### Pipenv Method ###
1515
This method is simple, and can take care of virtual environment creation and installation for you.
1616
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.
1717
2. Run `pipenv install --dev --deploy`

0 commit comments

Comments
 (0)