Skip to content

Instantly share code, notes, and snippets.

@BigAl
Created April 8, 2014 04:35
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/10091271 to your computer and use it in GitHub Desktop.
Save BigAl/10091271 to your computer and use it in GitHub Desktop.
cygwin Jinja install
wget https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.6.tar.gz
tar -xvf Jinja2-2.6.tar.gz
cd Jinja2-2.6
python setup.py install
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment