Switch instructions to prefer virtualenv (#65)

* switch instructions to prefer virtualenv

* document use of virtualenvwrapper
This commit is contained in:
JP Smith 2017-03-13 16:14:18 -05:00 committed by GitHub
parent ca0bee2377
commit 5d2ca04957

View File

@ -25,7 +25,15 @@ Manticore is officially supported on Linux and uses Python 2.7.
## Installation ## Installation
From the root of the Manticore repository, run: We recommend the use of Manticore in a virtual environment, though this is optional.
To manage this, we recommend installing [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/).
Then, to set up a virtual environment, in the root of the Manticore repository, run
```
mkvirtualenv manticore
```
Then, from the root of the Manticore repository, run:
``` ```
pip install . pip install .