Skip to content

Commit 96630fc

Browse files
committed
Update README install instructions for conda
1 parent 26e3164 commit 96630fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Quick Start Guide
1515

1616
**Minimal installation within an existing environment**
1717
```bash
18-
pip install xwmb
18+
conda install -c conda-forge xwmb
1919
```
2020

2121
**Installing from scratch using `conda`**

xwmb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""xwmb: version information"""
22

3-
__version__ = "0.5.5"
3+
__version__ = "0.5.6"

0 commit comments

Comments
 (0)