Skip to content

Commit 688418f

Browse files
authored
Update README.md
1 parent 19a7c5a commit 688418f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
![platforms](https://anaconda.org/hexrd/hexrdgui/badges/platforms.svg) ![current version](https://anaconda.org/hexrd/hexrdgui/badges/version.svg) ![last updated](https://anaconda.org/hexrd/hexrdgui/badges/latest_release_relative_date.svg) ![downloads](https://anaconda.org/hexrd/hexrdgui/badges/downloads.svg)
2+
3+
![image](https://user-images.githubusercontent.com/1154130/199154866-f46c7847-9e7f-456f-9c14-962144f8958c.png)
4+
25
# Installing
36

47
Requires **Python 3.10**. Currently, we build and test `hexrdgui` exclusively with dependencies from the `conda-forge` channel.
@@ -69,8 +72,8 @@ CONDA_BUILD=1 pip install --no-build-isolation --no-deps -U -e hexrdgui
6972

7073
#### For Windows:
7174
```bash
72-
set CONDA_BUILD=1
73-
pip install --no-build-isolation --no-deps -U -e hexrd
75+
set CONDA_BUILD=1; `
76+
pip install --no-build-isolation --no-deps -U -e hexrd; `
7477
pip install --no-build-isolation --no-deps -U -e hexrdgui
7578
```
7679

0 commit comments

Comments
 (0)