.. and just when you thought we'd never get around to it. This is now available from PyPI. <https://pypi.org/project/Mathics3/> It might be a simple as:
$ pip install Mathics Or you can run from the recently updated dockerhub image <https://hub.docker.com/r/mathicsorg/mathics>: $ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data mathicsorg/mathics --mode cli to run the command-line interface. Or to run the Django web interface using docker image: $ docker run --rm -it --name mathics-web -p 8000:8000 -v /tmp:/usr/src/app/data mathicsorg/mathics --mode ui and pointer your web browser to http://localhost:8000 The docker image has the latest add-on packages mathicsscript <https://pypi.org/project/mathicsscript/> and pymathics-natlang <https://pypi.org/project/pymathics-natlang/> installed. Changes from the last release, 1.1.0rc1 can be found in https://github.com/mathics/Mathics/releases where you can also find pre-built a Python wheel, eggs, and a source tarball for this release. Thanks to all for contributing to make this possible. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/7ccb41bb-904f-4be5-950f-a9c6dedfa70fn%40googlegroups.com.