You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include requirements.txt in the repo. Use the following command within the virtual env: conda env export requirements.txt
Would be better to create a new virtual environment for this so that unnecessary packages are not included in the requirements.txt file.
.gitignore
to follow the python template.requirements.txt
in the repo. Use the following command within the virtual env:conda env export requirements.txt
Would be better to create a new virtual environment for this so that unnecessary packages are not included in the
requirements.txt
file.--- EDIT ---
.gitignore
use this link instead.The text was updated successfully, but these errors were encountered: