supervisely
to your requirements.txt
file or install with pip:--upgrade
flag:create_venv.sh
). It creates venv - βvirtualβ isolated Python installation and installs packages into that virtual installation. When you switch projects, you can simply create a new virtual environment and not have to worry about breaking the packages installed in the other environments. It is always recommended to use a virtual environment while developing Python applications.