Skip to content

mlau154/aerocaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AeroCaps

Toolkit for design of Class-A, parametric design of aerodynamic surfaces

Installation

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 .

Updating

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 .