Skip to content

Commit 4be88da

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/build.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ For example, to buid an environment to run hexrd v0.6.x, do the following::
4848
conda activate hexrd_0.6
4949
5050

51-
Then install in develop mode using disutils::
51+
Then install using setuptools::
5252
53-
python setup.py develop
53+
python setup.py install
5454
55-
The procedure for building/installing with conda-build is as follows
55+
Note, you will have to install fabio in the same environment using ``setup.py`` as well.
56+
The procedure for building/installing with conda-build is as follows (*this is curently broken*)
5657

5758
First, update conda and conda-build::
5859

0 commit comments

Comments
 (0)