Skip to content

Commit 43d63e3

Browse files
committed
Use conda-forge for dependencies
1 parent cd9285f commit 43d63e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The basic workflow for contributing is:
6464

6565
If using `conda` one can create a development environment with:
6666
```
67-
$ conda create --name FOLIUM python=3.7 --file requirements.txt --file requirements-dev.txt
67+
$ conda create --name FOLIUM -c conda-forge python=3.7 --file requirements.txt --file requirements-dev.txt
6868
```
6969
5. Install the dependencies listed in `requirements.txt` and `requirements-dev.txt`.
7070
```

0 commit comments

Comments
 (0)