-
Notifications
You must be signed in to change notification settings - Fork 523
Add development setup instructions to CONTRIBUTING #562
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
Conversation
12fe01c to
9c4f5e3
Compare
CONTRIBUTING.md
Outdated
| by a PGP key that has, at the very least, been signed by the key which made the | ||
| previous release. A table of release signing keys can be found below: | ||
|
|
||
| Releases | Signing key fingerprint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release key stays in the README, but don't worry about doing that, I'll just rearrange it before merging.
CONTRIBUTING.md
Outdated
|
|
||
| Run the following commands to create a [conda environment](https://conda.io) with all dependencies installed: | ||
|
|
||
| conda create -n dateutil python=3.6 # Create a conda environment using Python 3.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why enforce python 3.6? As long as you're using a supported version I think it's fine
|
@kynan I made some tweaks to your PR. Let me know what you think - if you agree I'll merge. |
|
@kynan I'll merge this today or tomorrow if you don't object. |
Also move building & releasing and testing sections from README to CONTRIBUTING