Integrated testing with Travis-CI:
Hypersonic Simulation
For more information, please visit https://www-edc.eng.cam.ac.uk/aerotools/hypersonicsimulation
Documentation for the module is also available at https://www-edc.eng.cam.ac.uk/aerotools/hypersonicsimulation/documentation
Installation Instructions.
This package is build for python 2.7, so firstly you'll need python installed. Visit https://www.python.org for instructions. If you're using windows, we recommend installing the anaconda platform from https://www.continuum.io/downloads
Once you have python, to install this package, first download it in one of the following ways:
- Cloning this repository
- Downloading the repository as a .zip file, then extracting it
- Downloading as a .tar.gz file from https://github.com/lwcook/hypersonic-simulation/archive/0.0.1.tar.gz, then extracting it
Then, move to where you extracted the package, and from the root directory (i.e. PATH/TO/EXTRACT/hypersonic-simulation/x.y.z/), install using python by typing "python setup.py install". Please ensure you have the appropriate permissions (e.g. in linux you may need to type "sudo python setup.py install".)