File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ Assuming you have a wheel file in the current working directory, in an active co
5151where you replace VERSION with the actual version you have so the command matches the filename of the
5252wheel 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
5959If 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/>`_.
6767Install the packages in ``./requirements/conda.txt `` and ``./requirements/tests.txt ``
6868using 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
You can’t perform that action at this time.
0 commit comments