Skip to content

Commit 984cb44

Browse files
authored
Remove symengine conda channel from isntructions
1 parent cb92ff6 commit 984cb44

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ pip install symengine --user
2020
### Conda package manager
2121

2222
```bash
23-
conda install python-symengine -c symengine -c conda-forge
24-
```
25-
26-
Optionally, you may choose to install an early [developer preview](https://github.com/symengine/python-symengine-feedstock):
27-
28-
```bash
29-
conda install python-symengine -c symengine/label/dev -c conda-forge
23+
conda install python-symengine -c conda-forge
3024
```
3125

3226
### Build from source

0 commit comments

Comments
 (0)