diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9da950e..7d2836f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -29,7 +29,7 @@ Unreleased ---------- -0.1.0 (2024-07-02) +0.1.0 (2024-07-05) ------------------ - First release. diff --git a/README.rst b/README.rst index 12d9154..45f892a 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,9 @@ synthterrain ============ +.. image:: https://github.com/NeoGeographyToolkit/synthterrain/actions/workflows/python-test.yml/badge.svg + :target: https://github.com/NeoGeographyToolkit/synthterrain/actions + The synthterrain package is software to support the creation of synthetic terrain on worlds in the solar system. @@ -80,12 +83,12 @@ or:: $> make install -If you use conda for your virtual environment, you can do this:: +If you use conda for your virtual environment and install dependencies via conda, you can do this:: $> conda create -n synthterrain $> conda activate synthterrain $> conda env update --file environment.yml - +$> pip install --no-deps . Contributing