diff options
author | 2018-10-03 17:41:38 -0400 | |
---|---|---|
committer | 2018-10-03 17:41:38 -0400 | |
commit | 9ff3249e71913f10f6041965456f94ac6540d975 (patch) | |
tree | 4d6f83a30aab0e6b8c9b4245713ca653b52fa37d /CONTRIBUTING.md | |
parent | Update README.md (diff) |
Initialize Pipfile & Pipfile.lock
Update Contributor guide to link to Wiki Pipenv guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a35f269b..331c1f58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,4 +9,6 @@ This project is a community project for the Python Discord community over at htt * Pull requests that do not solve an open issue, for issues that have already been solved, or that are low-effort will be marked with the `invalid` label, which will ensure that they do not count towards your 5 Hacktoberfest PRs. * You must be a member of our Discord community in order to contribute to this project. +# Installation & Dependency Management +Hacktoberbot utilizes [Pipenv](https://pipenv.readthedocs.io/en/latest/) for installation and dependency management. For users unfamiliar with the Pipenv workflow, a [Pipenv Primer](https://github.com/sdiscord-python/hacktoberbot/wiki/Hacktoberbot-and-Pipenv) is provided in Hactoberbot's Wiki. |