Python tutorials for absolute beginners.
|
пре 12 година | |
---|---|---|
.gitignore | пре 12 година | |
01-frontpage.md | пре 12 година | |
02-table-of-contents.md | пре 12 година | |
README.md | пре 12 година | |
fabfile.py | пре 12 година | |
requirements.txt | пре 12 година |
Install Pandoc from http://johnmacfarlane.net/pandoc/installing.html
Install pip
if not present already:
sudo sh -c "curl -k -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py && python get-pip.py && rm get-pip.py"
Install Python libraries needed:
sudo pip install -r requirements.txt
Convert the source files into HTML files:
fab html