Open GaelTouquet opened 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)
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?...