Skip to content

Commit 891f934

Browse files
committed
update docs
remove Flask as a project requirement add invoke commands
1 parent 495d988 commit 891f934

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ These are the available API wrappers created by the community. They are not nece
391391
You will need the following things properly installed on your computer.
392392

393393
* [Python 3](https://www.python.org/downloads/) (with pip)
394-
* [Flask](https://pypi.org/project/Flask/)
395394
* [pipenv](https://pypi.org/project/pipenv/)
396395

397396
## Installation
@@ -409,10 +408,17 @@ You will need the following things properly installed on your computer.
409408
### Running Tests
410409

411410
* `make test`
411+
* `invoke test`
412412

413413
### Linting
414414

415415
* `make lint`
416+
* `invoke lint`
417+
418+
### Formatting
419+
420+
* `make fmt`
421+
* `invoke fmt`
416422

417423
### Building
418424

0 commit comments

Comments
 (0)