Closed keiyamamo closed 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.
Related to #47, we need to update the documentation, particularly related to installation.
should be
and we should not use setup.py for building.
We should probably also consider moving from readdocs to github.io.