-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make an init script for windows? #4
Comments
Maybe use venv or conda envs ? if conda envs, maybe use environment.yml? Although there is no direct VSCode integration (https://code.visualstudio.com/docs/python/environments) |
stipulate the pythonpath to Geometry in a .env file? |
Should add scipy and numpy to requirements.txt? |
yep yep! I commented something like that on the PR. To make it short, if you install/use a dep, you should list it in requirements.txt |
try and find something equivalent to init.sh for windows, so that the pythonpath is set?...
The text was updated successfully, but these errors were encountered: