Skip to content

Commit 2c8dba1

Browse files
authored
Add sympy to package compatibility (#1476)
1 parent 56a8373 commit 2c8dba1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Documentation/package-compatibility.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,17 @@ To install:
3838
```
3939
ipy -m pip install requests==2.21.0
4040
```
41+
42+
## sympy (1.4)
43+
44+
To install:
45+
```
46+
ipy -m pip install sympy==1.4
47+
```
48+
49+
The above will also automatically install `mpmath` 1.2.1 if not yet installed.
50+
51+
`sympy` comes with an interactive console, which can be started with:
52+
```
53+
ipy -m isympy
54+
```

0 commit comments

Comments
 (0)