From 7d9061b4c4981a0f529532e4323b49df57064347 Mon Sep 17 00:00:00 2001 From: Ross Beyer Date: Fri, 5 Jul 2024 10:35:55 -0700 Subject: [PATCH] Tidied up for public release and v0.1.0 tagging. --- CHANGELOG.rst | 2 +- README.rst | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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