Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Nov 14, 2020
1 parent dca273f commit b932b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ git clone https://github.com/pytorch/ignite.git
cd ignite
python setup.py develop
pip install -r requirements-dev.txt
pip install flake8 "black==19.10b0" "isort==4.3.21" "mypy==0.782"
pip install flake8 "black==19.10b0" "isort==4.3.21" mypy
```

### Code development
Expand Down

0 comments on commit b932b13

Please sign in to comment.