Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 580 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 580 Bytes

To install and get this project running, do the following:

  1. Download or clone pyoptsparse
  2. Obtain the SNOPT package
  3. Install the GCC compiler for Ubuntu: sudo apt-get install build-essentials
  4. Install a Fortran compiler: sudo apt-get install gfortran
  5. Install SWIG: sudo apt-get install swig
  6. Move the files into the correct directory.
  7. Install with pip: pip install -e .