simvue-io / integrations

A repository to store the integrations (or wrappers) of the Simvue Client for different use cases
Apache License 2.0
0 stars 0 forks source link

Add requirements.txt #13

Open AbyAbraham21 opened 7 hours ago

AbyAbraham21 commented 7 hours ago

Trying to clone the integrations repo to run an FDS example leads to the following error and user having to install it. ModuleNotFoundError: No module named 'f90nml'

Will be friendly to have a requirements.txt file with dependencies

wk9874 commented 6 hours ago

@AbyAbraham21 hopefully you can do pip install git+https://github.com/simvue-io/integrations.git@main#egg=simvue-integrations[fds] to install integrations and required modules for FDS. Eventually once integrations has a PyPI release, you'd have to do pip install simvue-integrations -E fds