Skip to content

Instantly share code, notes, and snippets.

@jS5t3r
Last active January 17, 2017 13:52
Show Gist options
  • Save jS5t3r/b1be4d4933c2d574bbe3c3cd43f8cf23 to your computer and use it in GitHub Desktop.
Save jS5t3r/b1be4d4933c2d574bbe3c3cd43f8cf23 to your computer and use it in GitHub Desktop.
Arch LInux
sudo pacman -S yaourt atom yakuake dropbox thunderbird python2 tk
sudo pacman -S python2-pip
pip install virtualenv
sudo pip install requests
# http://docs.python-guide.org/en/latest/dev/virtualenvs/
# pip freeze > requirements.txt
pip install -r requirements.txt
backports.shutil-get-terminal-size==1.0.0
cycler==0.10.0
decorator==4.0.11
enum34==1.1.6
ipython==5.1.0
ipython-genutils==0.1.0
matplotlib==1.5.3
numpy==1.12.0
pathlib2==2.2.0
pexpect==4.2.1
pickleshare==0.7.4
prompt-toolkit==1.0.9
ptyprocess==0.5.1
Pygments==2.1.3
pyparsing==2.1.10
python-dateutil==2.6.0
pytz==2016.10
requests==2.12.4
scandir==1.4
scikit-learn==0.18.1
scipy==0.18.1
simplegeneric==0.8.1
six==1.10.0
sklearn==0.0
traitlets==4.3.1
wcwidth==0.1.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment