We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc9229 commit 5e35cbfCopy full SHA for 5e35cbf
README.md
@@ -7,10 +7,22 @@ a fast C++ symbolic manipulation library.
7
8
## Installation
9
10
+### Ubuntu package manager
11
+
12
+ add-apt-repository ppa:symengine/ppa
13
+ apt-get update
14
+ apt-get install python-symengine
15
16
+### Conda package manager
17
18
+ conda install python-symengine -c symengine -c conda-forge
19
20
+### Build from source
21
22
Install prerequisites.
23
24
CMake >= 2.8.7
- Python2 >= 2.6 or Python3 >= 3.3
25
+ Python2 >= 2.7 or Python3 >= 3.3
26
Cython >= 0.19.1 and != 0.24
27
SymEngine >= 0.1.0
28
0 commit comments