-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
(For more information about this issue, please see #194).
We need a short section to follow the install/uninstall section (see #201) (i.e., as its own file). It should satisfy the following goals:
- show the reader to how to install virtualenv (if applicable, Pythons 3.3+ should come with pyenv, I think)
- show the reader how to create a virtual environment
- show the reader how to install something inside that environment (and verify that installing worked, as in the previous section)
- show the reader how to destroy the environment
In short, we want to equip the reader with the skills to install and use packages isolated from the system's site packages.
When opening pull requests for this issue, please submit to the develop branch. If you have questions that concern contributing more generally, please use issue #194. Otherwise, feel free to comment with questions or feedback. Thanks!