We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bbafc commit 7ceaa4bCopy full SHA for 7ceaa4b
1 file changed
README.md
@@ -48,6 +48,13 @@ To manage your conda environments, use the following commands:
48
49
#### Activate the environment that you'd like to use
50
51
+[Conda 4.6 and later versions (all operating systems):](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
52
+```
53
+conda activate earth-analytics-python
54
55
+
56
+[Conda versions prior to 4.6:](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
57
58
On Mac or Linux:
59
60
```
0 commit comments