GaelTouquet / MRI

1 stars 0 forks source link

Make an init script for windows? #4

Open GaelTouquet opened 4 years ago

GaelTouquet commented 4 years ago

try and find something equivalent to init.sh for windows, so that the pythonpath is set?...

GaelTouquet commented 4 years ago

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)

GaelTouquet commented 4 years ago

stipulate the pythonpath to Geometry in a .env file?

GaelTouquet commented 4 years ago

Should add scipy and numpy to requirements.txt?

NoZiL commented 4 years ago

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