Installation

To install TopOpt, run this command in your terminal:

pip install topopt

This is the preferred method to install TopOpt, as it will always install the most recent stable release.

In case you want to install the bleeding-edge version, clone this repo:

git clone https://github.com/zfergus/topopt.git

and then run

cd topopt
python setup.py install