KVSlab / turtleFSI

Monolithic Fluid-Structure Interaction (FSI) solver
https://turtlefsi2.readthedocs.io/en/latest/
GNU General Public License v3.0
63 stars 24 forks source link

Update documentation #48

Closed keiyamamo closed 1 year ago

keiyamamo commented 1 year ago

Related to #47, we need to update the documentation, particularly related to installation.

$ conda create -n your_environment -c conda-forge turtleFSI

should be

conda env update --file environment.yml --name your_environment_name

and we should not use setup.py for building.

We should probably also consider moving from readdocs to github.io.