Preparing your local environment for installations
Back in Chapter 1, we reviewed the relationship between pip
package imports and the pipenv
virtual environment. This is echoed in the syntax for Python module management from the command line, which is added or removed from the environment with simple $ pipenv install
or $ pipenv
uninstall
commands.
Note
You must use this syntax when installing packages to keep the packages locally installed within your pipenv
environment for this project.