These can be installed with your favorite python package manager
numpy
matplotlib
numba
scipy
joblib
pandas
airfoil_db
must be installed from its repository, which can be found here
To install it type these commands:
$ git clone https://github.com/usuaero/AirfoilDatabase.git
$ cd AirfoilDatabase
$ pip install .
To use the airfoil_db
module you will need the xfoil program, you can get it here
To render LaTeX formatting you need to install LaTeX. You can get it here
- For windows you probably want MiKTeX
- Follow this guide