Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 489 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 489 Bytes

Overview

Dependencies

Setup dependencies

  • 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 )

Installation

sudo pip install -r python/requirements.txt
( cd python ; sudo python setup.py install )