We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d7e1c commit 78a189cCopy full SHA for 78a189c
README.md
@@ -415,11 +415,19 @@ And don't despair if don't get the python setup working on the first try. No one
415
416
### Running Tests
417
418
-* `make test`
+```bash
419
+pipenv shell
420
+pipenv install --dev
421
+make test
422
+```
423
424
### Linting
425
-* `make lint`
426
427
428
429
+make lint
430
431
432
### Building
433
0 commit comments