Installing ========== Jinks can be installed in different ways. pipx """" For a fast and isolated environment use pipx .. code-block:: shell pipx install jinks pip """ If you have your own python environment use pip .. code-block:: shell pip install jinks Developpers """"""""""" For developers or if you want to see the repository .. code-block:: shell git clone git@gitlab.com:Azurennn/jinks.git cd jinks pip install -r requirements.txt There you go ! Jinks should be installed and can be called through the :code:`jinks` command