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 495d988 commit 891f934Copy full SHA for 891f934
README.md
@@ -391,7 +391,6 @@ These are the available API wrappers created by the community. They are not nece
391
You will need the following things properly installed on your computer.
392
393
* [Python 3](https://www.python.org/downloads/) (with pip)
394
-* [Flask](https://pypi.org/project/Flask/)
395
* [pipenv](https://pypi.org/project/pipenv/)
396
397
## Installation
@@ -409,10 +408,17 @@ You will need the following things properly installed on your computer.
409
408
### Running Tests
410
411
* `make test`
+* `invoke test`
412
413
### Linting
414
415
* `make lint`
416
+* `invoke lint`
417
+
418
+### Formatting
419
420
+* `make fmt`
421
+* `invoke fmt`
422
423
### Building
424
0 commit comments