We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3164 commit 96630fcCopy full SHA for 96630fc
2 files changed
README.md
@@ -15,7 +15,7 @@ Quick Start Guide
15
16
**Minimal installation within an existing environment**
17
```bash
18
-pip install xwmb
+conda install -c conda-forge xwmb
19
```
20
21
**Installing from scratch using `conda`**
xwmb/version.py
@@ -1,3 +1,3 @@
1
"""xwmb: version information"""
2
3
-__version__ = "0.5.5"
+__version__ = "0.5.6"
0 commit comments