Install

Install poetry, then oups, first cloning its repository.

# Install poetry.
curl -sSL https://install.python-poetry.org | python3 -
# Clone oups repo.
git clone https://github.com/yohplala/oups
# Install oups.
cd oups
poetry install
# Test.
poetry run pytest

Requirements will be taken care of by poetry.