Installation ============ To install ``pydecorium``, you can use the following command: .. code-block:: bash pip install git+https://github.com/Artezaru/pydecorium.git Or clone the repository and install it manually: .. code-block:: bash git clone https://github.com/Artezaru/pydecorium.git Then, go to the directory and run the following command: .. code-block:: bash pip install -e . Use ``-e .[dev]`` to install it with the development dependencies.