Installation
Using uv
The recommended way to install gorder
as a Python package is to use the
uv package manager. To add gorder
to your
uv
project, run:
uv add git+https://github.com/Ladme/gorder.git#subdirectory=pygorder
Using conda
gorder
is also available on
conda-forge
(credit to @RubenChM):
conda create -n gorder
conda activate gorder
conda install conda-forge::pygorder
Using pip
If you use neither uv
nor conda
, you can also install gorder
using pip
:
pip install git+https://github.com/Ladme/gorder.git#subdirectory=pygorder