Skip to content

Instantly share code, notes, and snippets.

@lmatthieu
Last active August 29, 2015 14:21
Show Gist options
  • Save lmatthieu/d30ea8492db52e76894b to your computer and use it in GitHub Desktop.
Save lmatthieu/d30ea8492db52e76894b to your computer and use it in GitHub Desktop.
DataScience Python 2.7 - Create repository
## Creating py4sci requirements repository - internet access required
cd /tmp
echo "ipython==3.1
pandas==0.16.1
scikit-learn==0.16.1
matplotlib==1.4.3
theano==0.7
Lasagne==0.1dev
cytoolz
joblib
" > requirements.txt
mkdir /tmp/pip_repo
pip install --download /tmp/pip_repo -r /tmp/requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment