Skip to content

Commit fc21516

Browse files
authored
Merge pull request #1555 from oefe/conda-forge
Use conda-forge for dependencies
2 parents 113538a + 01d97de commit fc21516

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