Regular installation

pip install droppii

Installation from wheel

wget https://github.com/samule-i/droppii/releases/download/v0.1.0/droppii-0.1.0-py3-none-any.whl
pip install droppii-0.1.0-py3-none-any.whl

Installing from source

# Download the latest source code from github
wget https://github.com/samule-i/droppii/archive/refs/tags/v0.1.0.tar.gz
tar -vxzf v0.1.0.tar.gz # extract the tar.gz
cd droppii-0.1.0
pip install .