1Welcome to Mathics!
2===================
3
4|Pypi Installs| |Latest Version| |Supported Python Versions| |Travis|_ |SlackStatus|_
5
6|Packaging status|
7
8
9Mathics is a general-purpose computer algebra system (CAS). It is an open-source alternative to Mathematica. It is free both as in "free beer" and as in "freedom".
10
11The home page of Mathics is https://mathics.org.
12
13
14ScreenShots
15-----------
16
17mathicsscript: a text interface
18+++++++++++++++++++++++++++++++
19
20|mathicsscript|
21
22mathicsserver: a Django-based Web interface
23+++++++++++++++++++++++++++++++++++++++++++
24
25|mathicssserver|
26
27
28Installing and Running
29----------------------
30
31See the `read the docs guide <https://mathics-development-guide.readthedocs.io/en/latest/>`_ for instructions on `installing <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ and `running <https://mathics-development-guide.readthedocs.io/en/latest/running.html>`_.
32
33Contributing
34------------
35
36Please feel encouraged to contribute to Mathics! Create your own fork, make the desired changes, commit, and make a pull request.
37
38
39License
40-------
41
42Mathics is released under the GNU General Public License Version 3 (GPL3).
43
44.. |SlackStatus| image:: https://mathics-slackin.herokuapp.com/badge.svg
45.. _SlackStatus: https://mathics-slackin.herokuapp.com/
46.. |Travis| image:: https://secure.travis-ci.org/mathics/Mathics.svg?branch=master
47.. _Travis: https://travis-ci.org/mathics/Mathics
48.. _PyPI: https://pypi.org/project/Mathics/
49.. |mathicsscript| image:: https://github.com/Mathics3/mathicsscript/blob/master/screenshots/mathicsscript1.gif
50.. |mathicssserver| image:: https://mathics.org/images/mathicsserver.png
51.. |Latest Version| image:: https://badge.fury.io/py/Mathics3.svg
52		 :target: https://badge.fury.io/py/Mathics3
53.. |Pypi Installs| image:: https://pepy.tech/badge/Mathics3
54.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/Mathics3.svg
55.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/mathics.svg
56			    :target: https://repology.org/project/mathics/versions
57