Skip to content

Commit e794ac2

Browse files
authored
Update build.rst
1 parent 67f17e6 commit e794ac2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/build.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Building
2222
First, the dependencies for building an environment to run hexrd::
2323

2424
- cython
25-
- dask
26-
- distributed
2725
- fabio <pip>
2826
- h5py
2927
- matplotlib
@@ -36,15 +34,19 @@ First, the dependencies for building an environment to run hexrd::
3634
- scikit-image
3735
- scikit-learn
3836
- scipy
39-
- wxpython ==3
37+
- wxpython
4038

4139
If you will be running scripts of you own, I also strongly suggest adding spyder::
4240

4341
- spyder
4442

4543
For example, to buid an environment to run hexrd v0.6.x, do the following::
4644

47-
conda create --name hexrd_0.6 cython dask distributed h5py matplotlib numba numpy=1.15 progressbar=2.3 python=2.7 pyyaml setuptools scikit-image scikit-learn scipy spyder wxpython=3
45+
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
48+
conda activate hexrd_0.6
49+
4850

4951
Then install in develop mode using disutils::
5052
@@ -106,4 +108,4 @@ directory) and run::
106108

107109
hexrd --verison
108110

109-
It should currently read ``hexrd 0.6.0``
111+
It should currently read ``hexrd 0.6.5``

0 commit comments

Comments
 (0)