Skip to content

Using pip

Create a virtual environment

mkdir my_projectcd my_projectpython3 -m venv my_venv

Activate the environment and install using pip

source my_venv/bin/activatepip install drops-pyInstalled

GitHub

Just directly download the project sources onto your machine and install using pip...