Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if dependencies is installed in right version when running models #64

Open
AmaliePauli opened this issue Sep 3, 2020 · 1 comment

Comments

@AmaliePauli
Copy link
Contributor

Based on issue #62 and #57 and it might be nice to a check when running the model to see if the right dependencies is installed, and otherwise send warning to what is needed.

@JensMadsen
Copy link

JensMadsen commented Sep 9, 2020

To start with perhaps add instruction in the README.md in line with:

To install the required dependencies:

  • initiate a virtual environment: python -m venv venv
  • activate: source venv/bin/activate
  • install dependencies: pip install -r requirements.txt
  • have fun

Perhaps using pip-compile would ease maintenance of dependencies? if you think so I gladly add that bit in a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants