From 11e5e282400c5d330e80d0c491c0565bd420b7af Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 21 Sep 2022 12:28:51 -0400 Subject: [PATCH] fix typo --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 6b6290ef5..68bd3eb61 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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= 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`