Skip to content

Commit

Permalink
Merge pull request #1134 from LeonardoFurtado/patch-1
Browse files Browse the repository at this point in the history
Improving contributing.md
  • Loading branch information
Conengmo authored Apr 30, 2019
2 parents 8595240 + 09b6ba6 commit 3acd373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ The basic workflow for contributing is:
git checkout -b name-of-your-branch
```
4. Install the dependencies listed in `requirements.txt` and `requirements-dev.txt`.
```
pip install -r requirements.txt
pip install -r requirements-dev.txt
```
5. Install Firefox, download [geckodriver](https://github.com/mozilla/geckodriver/releases)
and put it in the PATH.
6. Make changes to your local copy of the folium repository
Expand Down

0 comments on commit 3acd373

Please sign in to comment.