Skip to content

Commit bbad529

Browse files
authored
Update build.rst
1 parent 4be88da commit bbad529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ If you will be running scripts of you own, I also strongly suggest adding spyder
4343
For example, to buid an environment to run hexrd v0.6.x, do the following::
4444

4545
conda create --name hexrd_0.6 cython h5py matplotlib numba numpy python=2.7 pyyaml setuptools scikit-image scikit-learn scipy spyder
46-
conda install -c conda-forge --name hexrd_0.6 wxpython
47-
conda install -c conda-forge --name hexrd_0.6 progressbar
46+
conda install -c anaconda --name hexrd_0.6 wxpython
47+
conda install -c anaconda --name hexrd_0.6 progressbar
4848
conda activate hexrd_0.6
4949
5050

0 commit comments

Comments
 (0)