- Set up naca456. The source for this application is provided in this repository.
mkdir bin
sudo apt-get install gfortran
( cd drivers/naca456 ; gfortran naca456.f90 -o ../../bin/naca456 )
sudo pip install -r python/requirements.txt
( cd python ; sudo python setup.py install )