We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63861d commit d182b2aCopy full SHA for d182b2a
conda_basics/01_conda_environments.md
@@ -52,6 +52,12 @@ In that way installed software libraries and tools cannot harm each other.
52
53

54
55
+Furthermore, configure [conda-forge](https://conda-forge.org/) to receive the most-recent updates from the data science community:
56
+```
57
+conda config --add channels conda-forge
58
+conda config --set channel_priority strict
59
60
+
61
## Step 3: Installing software tools and libraries
62
We will use python mostly from [jupyter notebooks](https://www.jupyter.org).
63
Before we can do so, we need to install it.
0 commit comments