You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most straight forward way to do this is by running from the src directory the following command:
conda run -n <environment> python -m landusedata <subcommand> <positional args>
Notes that this assumes that the user has installed the necessary dependencies in their own conda environment.
For my future self, the reason to do this is that the package is intended to be entered via main.py. The -m tells python to set __name__ to __main__ for the module directory being called.
Option A: https://pip.pypa.io/en/stable/topics/local-project-installs/
The text was updated successfully, but these errors were encountered: