Skip to content

Commit 7c8e5e9

Browse files
authored
doc: rename example conda env name to "distanceprinter-env" in install instructions
1 parent 65ed969 commit 7c8e5e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Assuming you have a wheel file in the current working directory, in an active co
5151
where you replace VERSION with the actual version you have so the command matches the filename of the
5252
wheel file you have.
5353

54-
The commands to create and activate the conda environment with name "conf-env" is
54+
The commands to create and activate the conda environment with name "distanceprinter-env" is
5555

56-
conda create -n conf-env python=3.13
57-
conda activate conf-env
56+
conda create -n distanceprinter-env python=3.13
57+
conda activate distanceprinter-env
5858

5959
If you don't have conda installed, we recomment you install `miniconda
6060
<https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html>`_
@@ -67,7 +67,7 @@ from `GitHub <https://github.com/diffpy/diffpy.distanceprinter/>`_.
6767
Install the packages in ``./requirements/conda.txt`` and ``./requirements/tests.txt``
6868
using the `--file`` command:
6969

70-
conda activate conf-env
70+
conda activate distanceprinter-env
7171
conda install --file ./requirements/conda.txt
7272
conda install --file ./requirements/tests.txt
7373
pip install -e . # assuming you are in the top level directory of the package

0 commit comments

Comments
 (0)