Skip to content

Commit 78a189c

Browse files
committed
test and linting installation instructions
1 parent 92d7e1c commit 78a189c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,19 @@ And don't despair if don't get the python setup working on the first try. No one
415415

416416
### Running Tests
417417

418-
* `make test`
418+
```bash
419+
pipenv shell
420+
pipenv install --dev
421+
make test
422+
```
419423

420424
### Linting
421425

422-
* `make lint`
426+
```bash
427+
pipenv shell
428+
pipenv install --dev
429+
make lint
430+
```
423431

424432
### Building
425433

0 commit comments

Comments
 (0)