Skip to content

Commit 3acd373

Browse files
authored
Merge pull request #1134 from LeonardoFurtado/patch-1
Improving contributing.md
2 parents 8595240 + 09b6ba6 commit 3acd373

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ The basic workflow for contributing is:
6060
git checkout -b name-of-your-branch
6161
```
6262
4. Install the dependencies listed in `requirements.txt` and `requirements-dev.txt`.
63+
```
64+
pip install -r requirements.txt
65+
pip install -r requirements-dev.txt
66+
```
6367
5. Install Firefox, download [geckodriver](https://github.com/mozilla/geckodriver/releases)
6468
and put it in the PATH.
6569
6. Make changes to your local copy of the folium repository

0 commit comments

Comments
 (0)