Skip to content

Commit 1e2ffe1

Browse files
committed
Update README with instructions for installing from dev channel
1 parent 8d068a3 commit 1e2ffe1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build*
2929
MANIFEST
3030
*.egg-info
3131
dist/
32-
.cache/
32+
.*cache/
3333
symengine.egg-info/
3434

3535
# Temp files

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ See License section for information about wheels
2323

2424
conda install python-symengine -c symengine -c conda-forge
2525

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
29+
2630
### Build from source
2731

2832
Install prerequisites.

0 commit comments

Comments
 (0)