Skip to content

Instantly share code, notes, and snippets.

@BigAl
Created April 8, 2014 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigAl/10091120 to your computer and use it in GitHub Desktop.
Save BigAl/10091120 to your computer and use it in GitHub Desktop.
Cygwin PyYAML install
wget https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz
tar -xvf PyYAML-3.10.tar.gz
cd PyYAML-3.10
python setup.py install
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment