Skip to content

Commit

Permalink
Tidied up for public release and v0.1.0 tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeyer committed Jul 5, 2024
1 parent 000d997 commit 7d9061b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Unreleased
----------


0.1.0 (2024-07-02)
0.1.0 (2024-07-05)
------------------

- First release.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d9061b

Please sign in to comment.