We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8595240 + 09b6ba6 commit 3acd373Copy full SHA for 3acd373
.github/CONTRIBUTING.md
@@ -60,6 +60,10 @@ The basic workflow for contributing is:
60
git checkout -b name-of-your-branch
61
```
62
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
67
5. Install Firefox, download [geckodriver](https://github.com/mozilla/geckodriver/releases)
68
and put it in the PATH.
69
6. Make changes to your local copy of the folium repository
0 commit comments