Presently only conda is mentioned. We could generate a requirements.txt or environment.txt file and let users setup the project using pip install after creating a virtual environment. This is especially helpful for Linux users.
If you feel motivated to that's fine. Unless other core team feel differently, I strongly prefer keeping conda as the default as it removes cross platform support headaches.
Presently only conda is mentioned. We could generate a
requirements.txt
orenvironment.txt
file and let users setup the project usingpip install
after creating a virtual environment. This is especially helpful for Linux users.