Skip to content

Instantly share code, notes, and snippets.

@adrienkaiser
Last active August 29, 2015 14:10
Show Gist options
  • Save adrienkaiser/fb9695a6bdcac644f799 to your computer and use it in GitHub Desktop.
Save adrienkaiser/fb9695a6bdcac644f799 to your computer and use it in GitHub Desktop.
http://stackoverflow.com/questions/9751845/apt-get-for-cygwin
https://github.com/transcode-open/apt-cyg
$ wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
$ install apt-cyg /bin
$ apt-cyg install [package]
## Install packages for python on windows :
https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
$ python WinHome/Downloads/get-pip.py
$ pip install [package]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment