We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0245c9c commit 0aec46cCopy full SHA for 0aec46c
docs/installation.md
@@ -10,7 +10,7 @@ There are several methods for building and setting up a development environment.
10
* Install using Pipenv (which reads from the Pipfile).
11
3. Build nativepython libraries using `python setup.py build`
12
4. Install typed_python in the site-packages directory using `python setup.py install`
13
-5. Move out of the typed_python root directory, as the source files can interfere with the installed package.
+5. You might need to move out of the typed_python root directory, as the source files can interfere with the installed package.
14
15
### Pipenv Method ###
16
This method is simple, and can take care of virtual environment creation and installation for you.
0 commit comments