Skip to content

Commit

Permalink
Get ready for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 20, 2021
1 parent f9f17c1 commit 46ea620
Show file tree
Hide file tree
Showing 7 changed files with 467 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ To install in development mode (run code from the source tree):
After installing inside Mathics you can load this using the
``LoadModule[]`` function.

Then to the function ``Pymathics\`Hello[]`` and the variable ``PyMathics\`$HelloUser`` will be available.

::
Then the function ```Hello[]`` is available::

$ mathicsscript
In[1]:= LoadModule["pymathics.hello"]
Expand All @@ -28,5 +26,10 @@ Then to the function ``Pymathics\`Hello[]`` and the variable ``PyMathics\`$Hello
In[2]:= Hello["World"]
Out[2]:= Hello, World!

In[3]:= PyMathics`$HelloUser
Out[3]:= $your-login-name$
You can test with ``py.test``::

$ py.test test

or simply::

$ make check
1 change: 1 addition & 0 deletions admin-tools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.python-version
Loading

0 comments on commit 46ea620

Please sign in to comment.