Switch instructions to prefer virtualenv (#65)
* switch instructions to prefer virtualenv * document use of virtualenvwrapper
This commit is contained in:
parent
ca0bee2377
commit
5d2ca04957
10
README.md
10
README.md
@ -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 .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user