diff --git a/docs/installation.rst b/docs/installation.rst index c3fac33..8de2674 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,7 +13,7 @@ installed under this name. In the latter case, use ``python3`` and ``pip3`` in p and ``pip`` in these instructions. Getting Cedar-solve --------------- +------------------- Cedar-solve is available on PyPI (the Python Package Index). You may install it by:: pip install cedar-solve @@ -22,6 +22,10 @@ You can test that it works by invoking the database generator command:: tetra3-gen-db --help +Example +^^^^^^^ +An `example `_ is available on the GitHub repository showing some ways of working with the library. + Manually download source code ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You have two options to manually download the source code.