From 4b521b5eb0eb0843e365ac063cb04706d1cb674a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 11 Apr 2018 15:31:06 -0700 Subject: docs update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd1e2a2f..b6f31383 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ This is just a concept for now; see [rfc](./rfc). Use `pipenv` (which you can install with `pip`). - pipenv shell + pipenv run run.py python fatcat/api.py Run tests: - pipenv run nosetests3 fatcat + pipenv run run.py --init-db + pipenv run pytest -- cgit v1.2.3