Skip to content

Instantly share code, notes, and snippets.

@marcj
Last active February 1, 2017 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcj/5e74e4a20205509fe9d7bdbe2d961699 to your computer and use it in GitHub Desktop.
Save marcj/5e74e4a20205509fe9d7bdbe2d961699 to your computer and use it in GitHub Desktop.
Install AETROS on Windows 10
sudo apt-get install libblas3 libblas-dev
sudo apt-get install liblapack3gf liblapack-dev
sudo apt-get install gfortran
sudo apt-get install libhdf5-dev
sudo chmod -R o+w /usr/local/lib/python2.7/dist-packages
sudo chmod -R o+w /usr/local/bin
pip install numpy
pip install scipy
pip install h5py
pip install portend
pip install cheroot
pip install aetros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment