Add getting setup to contributing.

This commit is contained in:
Steve Pulec 2019-07-08 20:42:24 -05:00
commit e77c4e3d09
2 changed files with 5 additions and 1 deletions

View file

@ -10,7 +10,7 @@ endif
init:
@python setup.py develop
@pip install -r requirements.txt
@pip install -r requirements-dev.txt
lint:
flake8 moto