Skip to content

Commit 5e35cbf

Browse files
committed
Update README
Add install instructions for ubuntu and conda Bump python prerequisite to 2.7 or >=3.3
1 parent 1cc9229 commit 5e35cbf

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@ a fast C++ symbolic manipulation library.
77

88
## Installation
99

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+
1022
Install prerequisites.
1123

1224
CMake >= 2.8.7
13-
Python2 >= 2.6 or Python3 >= 3.3
25+
Python2 >= 2.7 or Python3 >= 3.3
1426
Cython >= 0.19.1 and != 0.24
1527
SymEngine >= 0.1.0
1628

0 commit comments

Comments
 (0)