Mostly snake related
Last updated 3 years ago
Was this helpful?
pip install -r requirements.txt
can be used to visualise the dependencies and top-level packages
When installing in windows, ensure 'Add to PATH' is selected
conda create --name cosc480 python=3.8
conda env remove --name cosc480
When using Git bash, add to ~/.bashrc e.g. echo ". ${PWD}/conda.sh" >> ~/.bashrc ()
echo ". ${PWD}/conda.sh" >> ~/.bashrc