Skip to content

Commit d182b2a

Browse files
add conda forge
1 parent b63861d commit d182b2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conda_basics/01_conda_environments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ In that way installed software libraries and tools cannot harm each other.
5252

5353
![](create_env.png)
5454

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+
5561
## Step 3: Installing software tools and libraries
5662
We will use python mostly from [jupyter notebooks](https://www.jupyter.org).
5763
Before we can do so, we need to install it.

0 commit comments

Comments
 (0)