Adds note about python2 in README

Closes #1
This commit is contained in:
Nemo 2017-02-20 11:19:38 +05:30 committed by GitHub
parent 4a9d3c0f02
commit 01567d57d5
1 changed files with 5 additions and 1 deletions

View File

@ -6,4 +6,8 @@ Generates a EPUB for the Google SRE Book.
Original sources are downloaded from https://landing.google.com/sre/
Review and run the `bootstrap.sh` script to generate the EPUB
Review and run the `bootstrap.sh` script to generate the EPUB.
**Note**: Currently relies on python2 and pip to install dependencies
and does not setup a virtualenv. Please review the script and edit
as per your needs.