Install ======= `Install poetry `_, then *oups*, first cloning its repository. .. code-block:: bash # 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`. * `sortedcontainers `_ * `pandas `_ * `vaex `_ * `fastparquet `_