mirror of https://github.com/openXC7/prjxray.git
Adding better instructions for Python to README.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
4fb29753ca
commit
c04ca0dc36
12
README.md
12
README.md
|
|
@ -49,9 +49,19 @@ Creating HTML documentation:
|
|||
cd htmlgen
|
||||
python3 htmlgen.py
|
||||
|
||||
|
||||
(Option 1) - Install the Python environment locally
|
||||
|
||||
apt-get install virtualenv python3-virtualenv python3-yaml
|
||||
make env
|
||||
|
||||
(Option 2) - Install the Python environment globally
|
||||
|
||||
apt-get install python3-yaml
|
||||
sudo pip3 install -r requirements.txt
|
||||
|
||||
(Re-)creating the database:
|
||||
|
||||
sudo pip3 install -r requirements.txt
|
||||
cd fuzzers
|
||||
make -j$(nproc)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue