Guide to Changelogs: Difference between revisions

69 bytes added ,  03:36, 8 December 2014
m
More detail on how to use pip
imported>Oranges
m (expand acronym)
imported>Oranges
m (More detail on how to use pip)
Line 26: Line 26:
* First, install python 2.7, pip, and PyYaml:
* First, install python 2.7, pip, and PyYaml:
** After installing python and ensuring it and its Scripts/ folder is in PATH, download and run [https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py get-pip.py] with python.
** After installing python and ensuring it and its Scripts/ folder is in PATH, download and run [https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py get-pip.py] with python.
** Once pip is installed run the following commands in your terminal
** <code>pip install PyYaml</code>
** <code>pip install PyYaml</code>
** <code>pip install beautifulsoup4</code>
** <code>pip install beautifulsoup4</code>
Anonymous user