You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ There are several methods for building and setting up a development environment.
11
11
3. Build nativepython libraries using `python setup.py build`
12
12
4. Append the root of this repository to your `PYTHONPATH`
13
13
14
-
## Pipenv Method ###
14
+
###Pipenv Method ###
15
15
This method is simple, and can take care of virtual environment creation and installation for you.
16
16
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.
0 commit comments