Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update CONTRIBUTING.md (#5133)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md

* updated changelog

Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Co-authored-by: Arjun Subramonian <arjuns@ip-192-168-0-106.us-west-2.compute.internal>
  • Loading branch information
3 people authored and epwalsh committed Apr 22, 2021
1 parent 3ad2f40 commit aea552a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a `quiet` parameter to the `MultiProcessDataLoading` that disables `Tqdm` progress bars.
- The test for distributed metrics now takes a parameter specifying how often you want to run it.

### Changed

- Updated CONTRIBUTING.md to remind reader to upgrade pip setuptools to avoid spaCy installation issues.


## [v2.3.0](https://github.com/allenai/allennlp/releases/tag/v2.3.0) - 2021-04-14

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ When you're ready to contribute code to address an open issue, please follow the

Once your virtual environment is activated, you can install your local clone in "editable mode" with

pip install -U pip setuptools wheel
pip install -e .
pip install -r dev-requirements.txt

Expand Down

0 comments on commit aea552a

Please sign in to comment.