Installation ============ The easiest way to install PyJuice is via pip: .. code-block:: bash pip install pyjuice Alternatively, you can install PyJuice from source by running the following commands: .. code-block:: bash git clone git@github.com:Juice-jl/pyjuice.git cd pyjuice pip install -e .