@@ -44,28 +44,28 @@ Independent Installation
4444------------------------
4545You can also install ``diffpy.distanceprinter `` independently for yourself.
4646
47- Assuming you have a wheel file in the current working directory, in an active conda environment please type
47+ Assuming you have a wheel file in the current working directory, in an active conda environment please type ::
4848
4949 pip install ./diffpy.distanceprinter-VERSION.whl
5050
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 "distanceprinter-env" is
54+ The commands to create and activate the conda environment with name "distanceprinter-env" is ::
5555
5656 conda create -n distanceprinter-env python=3.13
5757 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> `_
61- To install this software from a Python wheel distribution format execute
61+ To install this software from a Python wheel distribution format execute ::
6262
6363 pip install ./diffpy.distanceprinter-VERSION.whl
6464
6565If you are a developer, you can also install this package from sources. First, obtain the source archive
6666from `GitHub <https://github.com/diffpy/diffpy.distanceprinter/ >`_.
6767Install the packages in ``./requirements/conda.txt `` and ``./requirements/tests.txt ``
68- using the `--file`` command:
68+ using the `--file`` command : :
6969
7070 conda activate distanceprinter-env
7171 conda install --file ./requirements/conda.txt
0 commit comments