Skip to content

Commit 0aec46c

Browse files
committed
installation suggestion
1 parent 0245c9c commit 0aec46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are several methods for building and setting up a development environment.
1010
* Install using Pipenv (which reads from the Pipfile).
1111
3. Build nativepython libraries using `python setup.py build`
1212
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.
13+
5. You might need to move out of the typed_python root directory, as the source files can interfere with the installed package.
1414

1515
### Pipenv Method ###
1616
This method is simple, and can take care of virtual environment creation and installation for you.

0 commit comments

Comments
 (0)