Skip to content

Commit fe9648e

Browse files
committed
doc: fix README.rst install instructions render
Signed-off-by: Dasun Abeykoon <Dasun20202020@hotmail.com>
1 parent efbac14 commit fe9648e

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
@@ -44,28 +44,28 @@ Independent Installation
4444
------------------------
4545
You 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

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 "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

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>`_
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

6565
If you are a developer, you can also install this package from sources. First, obtain the source archive
6666
from `GitHub <https://github.com/diffpy/diffpy.distanceprinter/>`_.
6767
Install 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

Comments
 (0)