MoorPy is a design-oriented mooring system library for Python based around a quasi-static modeling approach.
- Python 3
For development use:
run python setup.py develop or pip install -e . from the command line in the main MoorPy directory.
For non-development use:
run python setup.py or pip install . from the command line in the main MoorPy directory.
TBD