Adds note about venv and python2

This commit is contained in:
Nemo 2017-02-20 11:15:21 +05:30 committed by GitHub
parent 21db1715e3
commit 4a9d3c0f02
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ wget --mirror https://landing.google.com/sre/book/
mv landing.google.com/sre/book/* .
rm -rf landing.google.com
cd ..
# Note: This does not yet create a virtual environment
# and only runs on Python 2
pip install -r requirements.txt
python2 generate.py