File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,17 @@ To install this software from a Python wheel distribution format execute
5757
5858 pip install ./diffpy.srxconfutils-VERSION.whl
5959
60- If you prefer to install from sources, after installing the dependencies, obtain the source archive from
61- `GitHub <https://github.com/diffpy/diffpy.srxconfutils/ >`_. Once installed, ``cd `` into your ``diffpy.srxconfutils `` directory
60+ If you are a developer, you can also install this package from sources. First, obtain the source archive
61+ from `GitHub <https://github.com/diffpy/diffpy.srxconfutils/ >`_.
62+ Install the packages in ``./requirements/conda.txt `` and ``./requirements/tests.txt ``
63+ using the `--file`` command:
64+
65+ conda activate conf-env
66+ conda install --file ./requirements/conda.txt
67+ conda install --file ./requirements/tests.txt
68+ pip install -e . # assuming you are in the top level directory of the package
69+
70+ After installing the dependencies, ``cd `` into your ``diffpy.srxconfutils `` directory
6271and run the following ::
6372
6473 pip install .
You can’t perform that action at this time.
0 commit comments