Skip to content

Commit ccc8292

Browse files
authored
Merge pull request #974 from raquo/master
Fix installation doc - use rst, not markdown
2 parents b2c2e0f + b7656e7 commit ccc8292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Command Line Installation
1616

1717
CadQuery development moves very quickly, so you will need to choose whether you want the latest features or an older, probably more stable, version of CadQuery.
1818

19-
To get the latest features (recommended), once you have Anaconda or Miniconda installed, activate the [conda environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) you want to use and type::
19+
To get the latest features (recommended), once you have Anaconda or Miniconda installed, activate the `conda environment <https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_ you want to use and type::
2020

2121
conda install -c cadquery -c conda-forge cadquery=master
2222

23-
If you want an older, more stable version of CadQuery, once you have Anaconda or Miniconda installed, activate the [conda environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) you want to use and type::
23+
If you want an older, more stable version of CadQuery, once you have Anaconda or Miniconda installed, activate the `conda environment <https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_ you want to use and type::
2424

2525
conda install -c conda-forge -c cadquery cadquery=2
2626

0 commit comments

Comments
 (0)