Toolkit for design of Class-A, parametric design of aerodynamic surfaces
For installation of aerocaps
using the latest stable release, open a terminal
and use the following command:
pip install aerocaps
To install the bleeding-edge version instead, open a terminal and use the following command:
cd <Install-Parent-Location>
git clone https://github.com/mlau154/aerocaps.git
cd <Install-Parent-Location>/aerocaps
pip install .
To update aerocaps
to the newest version from the basic install, use
pip install aerocaps --upgrade
From the bleeding-edge version, use
cd <Install-Location>
git pull
pip install .