Skip to content

Commit 1419947

Browse files
authored
Update README with Anaconda installation instructions (#125)
* Update README with Anaconda installation instructions Added installation instructions for Anaconda/Mamba and included Anaconda badge. * Format conda installation command in README Updated installation instructions to use code block formatting. * Fix formatting for conda installation command * Update README.rst * Include mamba installation option for mathics3 Added installation instructions for mamba.
1 parent 4b2317c commit 1419947

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|CI status| |PyPI Installs| |Latest Version| |Supported Python Versions|
1+
|CI status| |PyPI Installs| |Latest Version| |Supported Python Versions| |Anaconda|
22

33
|Packaging status|
44

@@ -37,6 +37,19 @@ To install from git sources, so that you run from the git source tree:
3737

3838
$ make develop
3939

40+
Installing from Anaconda/Mamba
41+
------------------------------
42+
43+
::
44+
45+
conda install conda-forge::mathics3-frontend-cli
46+
47+
or, with mamba
48+
49+
::
50+
51+
mamba install conda-forge::mathics3-frontend-cli
52+
4053

4154
Running
4255
-------
@@ -149,3 +162,5 @@ the core Mathic3 package.
149162
:target: https://github.com/Mathics3/mathicsscript/actions
150163
.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/mathicsscript.svg
151164
:target: https://repology.org/project/mathicsscript/versions
165+
.. |Anaconda| image:: https://anaconda.org/conda-forge/mathics3-frontend-cli/badges/version.svg
166+

0 commit comments

Comments
 (0)