Skip to content

Commit 08b4d6d

Browse files
raquoadam-urbanczyk
authored andcommitted
Clarify about conda environments
This PR is clarifying that the installation instructions are talking about conda environments and not python environments. I'm new to all this so not 100% sure that this is the right thing to say, but it seemed to work for me.
1 parent d6c41d7 commit 08b4d6d

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 environment 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 environment 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)