To install and get this project running, do the following:
- Download or clone pyoptsparse
- Obtain the SNOPT package
- Install the GCC compiler for Ubuntu:
sudo apt-get install build-essentials
- Install a Fortran compiler:
sudo apt-get install gfortran
- Install SWIG:
sudo apt-get install swig
- Move the files into the correct directory.
- Install with pip:
pip install -e .