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 8d068a3 commit 1e2ffe1Copy full SHA for 1e2ffe1
.gitignore
@@ -29,7 +29,7 @@ build*
29
MANIFEST
30
*.egg-info
31
dist/
32
-.cache/
+.*cache/
33
symengine.egg-info/
34
35
# Temp files
README.md
@@ -23,6 +23,10 @@ See License section for information about wheels
23
24
conda install python-symengine -c symengine -c conda-forge
25
26
+optionally, you may choose to install an early [developer preview](https://github.com/symengine/python-symengine-feedstock):
27
+
28
+ conda install python-symengine -c symengine/dev -c conda-forge
### Build from source
Install prerequisites.
0 commit comments