From bbcff27ecae500c3424ca5e2aa27df2720bf1c30 Mon Sep 17 00:00:00 2001 From: Joshua Krause <52180639+JoKra1@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:12:02 +0100 Subject: [PATCH] Updated readme to reflect new publishing strategy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8666d17..42a8298 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install mssm pip install matplotlib # Only needed for tutorials ``` -The fourth line, installing ``matplotlib`` is only necessary if you want to run the tutorials. Note: pypi will only reflect releases on the ``stable`` branch. Tagged pushes to main continue to be distributed to test.pypi, so if you need the latest changes you can get them from [test.pypi](https://test.pypi.org/project/mssm/#description). In that case, you need to replace the third line in the code above with: +The fourth line, installing ``matplotlib`` is only necessary if you want to run the tutorials. Note: pypi will only reflect releases (Basically, the state of the stable branch). Pushes to main continue to be distributed to test.pypi, so if you need the latest changes you can get them from [test.pypi](https://test.pypi.org/project/mssm/#description). In that case, you need to replace the third line in the code above with: ``` pip install -i https://test.pypi.org/simple/ mssm