Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

|Packaging status|

mathicsscript is a command-line interface to `Mathics3 <https://mathics.org>`_.
mathics3-script is a command-line interface to `Mathics3 <https://mathics.org>`_.

|screenshot|

See the `screenshot directory <https://github.com/Mathics3/mathicsscript/tree/master/screenshots>`_ for a description and another example.
See the `screenshot directory <https://github.com/Mathics3/mathics3-script/tree/master/screenshots>`_ for a description and another example.


Features
Expand Down Expand Up @@ -47,7 +47,7 @@ Once installed, run using ``mathicsscript``:


$ mathicsscript
Mathicscript: 10.0.0, Mathics3 10.0.0
Mathics3-script: 10.0.0, Mathics3 10.0.0
on CPython 3.14.3 (main, Mar 30 2026, 06:42:16) [GCC 13.3.0]

Using:
Expand Down Expand Up @@ -80,7 +80,7 @@ To read from a file, in file ``/tmp/test.m``:
integral=Integrate[1,x]
Print["Results: ",{sum,integral}]

Feeding this into ``mathicsscript``:
Feeding this into ``Mathics3-script``:

::

Expand Down