diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-01-10 08:25:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-13 08:10:53 +0700 |
commit | 6f35a1ca36bea571db7209bbc046a89fb83338dc (patch) | |
tree | aebaae1a0647adb5620f25325b6bf76797027840 /python | |
parent | 7b24722684dcf996956becee3f6f6f040538c65c (diff) |
python/python3-sympy: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-sympy/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-sympy/README b/python/python3-sympy/README index e4258bb236c6c..3417b07197107 100644 --- a/python/python3-sympy/README +++ b/python/python3-sympy/README @@ -5,8 +5,8 @@ SymPy is written entirely in Python and does require just mpmath as an external library. SymPy has several optional dependencies which enhance its functionality -or make it faster. Here are those available at SlackBuilds.org: numpy3, -scipy3, python3-matplotlib, ipython and pyglet. +or make it faster. Here are those available at SlackBuilds.org: +python3-numpy, python3-scipy, python3-matplotlib, ipython and pyglet. This is the python3 and more andvanced version of SymPy. For the older python2 version use the sympy package. |