File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ Building
2222First, 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
4139If you will be running scripts of you own, I also strongly suggest adding spyder::
4240
4341 - spyder
4442
4543For 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
4951Then 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 ``
You can’t perform that action at this time.
0 commit comments