Initial commit
Bootstrap script, requirements.txt
This commit is contained in:
commit
59fe829a20
2 changed files with 26 additions and 0 deletions
4
bootstrap.sh
Executable file
4
bootstrap.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
python3 -m venv env
|
||||||
|
env/bin/pip3 install -r requirements.txt
|
22
requirements.txt
Normal file
22
requirements.txt
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
appnope==0.1.0
|
||||||
|
cycler==0.10.0
|
||||||
|
decorator==4.2.1
|
||||||
|
ipython==6.2.1
|
||||||
|
ipython-genutils==0.2.0
|
||||||
|
jedi==0.11.1
|
||||||
|
matplotlib==2.1.2
|
||||||
|
numpy==1.14.0
|
||||||
|
parso==0.1.1
|
||||||
|
pexpect==4.3.1
|
||||||
|
pickleshare==0.7.4
|
||||||
|
prompt-toolkit==1.0.15
|
||||||
|
ptyprocess==0.5.2
|
||||||
|
Pygments==2.2.0
|
||||||
|
pyparsing==2.2.0
|
||||||
|
python-dateutil==2.6.1
|
||||||
|
pytz==2017.3
|
||||||
|
scipy==1.0.0
|
||||||
|
simplegeneric==0.8.1
|
||||||
|
six==1.11.0
|
||||||
|
traitlets==4.3.2
|
||||||
|
wcwidth==0.1.7
|
Loading…
Add table
Add a link
Reference in a new issue