-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Suggestion: Create requirements.txt file (pip freeze > requirements.txt) which can be installed with pip install -r requirements.txt for easy installation.
For debian 8 / python 2.7.14 in a fresh pyenv, the following is installed (using release_candidate branch)
backports.functools-lru-cache==1.5
cycler==0.10.0
h5py==2.7.1
kiwisolver==1.0.1
matplotlib==2.2.2
mpi4py==3.0.0
numpy==1.14.2
Pillow==5.1.0
pyFFTW==0.10.4
pyparsing==2.2.0
python-dateutil==2.7.2
pytz==2018.4
pyzmq==17.0.0
scipy==1.0.1
six==1.11.0
subprocess32==3.2.7
Tests: 3 failed, 133 passed (?)
https://gist.github.com/benglvr/4e8fbebc778f8697292487542cf019e0
minimal_prep_and_run.py runs and generates an image as expected
Additionally the following system packages were required for some of these pip extensions to compile (and to run ptypy under mpiexec) - should be added to documentation
sudo apt-get install openmpi-bin
sudo apt-get install mpich2
sudo apt-get install libopenmpi-dev
sudo apt-get install libfftw3-dev
There may be other requirements that I already have installed.