From dd3ba0b1dca8ffd8f751b302128254e114021fc7 Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 24 Jul 2026 07:24:57 -0300 Subject: [PATCH 1/5] Update README with Anaconda installation instructions Added installation instructions for Anaconda/Mamba and included Anaconda badge. --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e11d61f..d767213 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|CI status| |PyPI Installs| |Latest Version| |Supported Python Versions| +|CI status| |PyPI Installs| |Latest Version| |Supported Python Versions| |Anaconda| |Packaging status| @@ -37,6 +37,12 @@ To install from git sources, so that you run from the git source tree: $ make develop +Installing from Anaconda/Mamba +------------------------------ + +:: +conda install conda-forge::mathics3-frontend-cli +:: Running ------- @@ -149,3 +155,5 @@ the core Mathic3 package. :target: https://github.com/Mathics3/mathicsscript/actions .. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/mathicsscript.svg :target: https://repology.org/project/mathicsscript/versions +.. |Anaconda| image:: https://anaconda.org/conda-forge/mathics3-frontend-cli/badges/version.svg + From a2cb91fff7bd2eff575b43bd7a79edb80c1ea1ef Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 24 Jul 2026 07:26:02 -0300 Subject: [PATCH 2/5] Format conda installation command in README Updated installation instructions to use code block formatting. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d767213..e61e1d6 100644 --- a/README.rst +++ b/README.rst @@ -41,8 +41,9 @@ Installing from Anaconda/Mamba ------------------------------ :: -conda install conda-forge::mathics3-frontend-cli -:: + +```conda install conda-forge::mathics3-frontend-cli``` + Running ------- From cd501f826af20949484887d743a174c379c88657 Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 24 Jul 2026 07:26:20 -0300 Subject: [PATCH 3/5] Fix formatting for conda installation command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e61e1d6..dd54465 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Installing from Anaconda/Mamba :: -```conda install conda-forge::mathics3-frontend-cli``` +conda install conda-forge::mathics3-frontend-cli Running From ab016d5c580f1c1db6d60592cc3136cc06a4b0ca Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 24 Jul 2026 07:27:02 -0300 Subject: [PATCH 4/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dd54465..340df31 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Installing from Anaconda/Mamba :: -conda install conda-forge::mathics3-frontend-cli + conda install conda-forge::mathics3-frontend-cli Running From a903ad0e677cd91581fd4081174eedf6f3b9e8b8 Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 24 Jul 2026 07:27:44 -0300 Subject: [PATCH 5/5] Include mamba installation option for mathics3 Added installation instructions for mamba. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 340df31..41a7db6 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,12 @@ Installing from Anaconda/Mamba conda install conda-forge::mathics3-frontend-cli +or, with mamba + +:: + + mamba install conda-forge::mathics3-frontend-cli + Running -------