Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving contributing.md #1134

Merged
merged 1 commit into from
Apr 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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