Skip to content

Commit 0170342

Browse files
committed
chore: update install section
1 parent 4ad6fbf commit 0170342

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ The following is a simplified dependency diagram of modules and main libraries:
2828
## Install
2929

3030
```console
31-
pip install --requirement requirements.txt
31+
pip install -r requirements.txt
32+
pip install -r requirements-lint.txt
33+
pip install -r requirements-test.txt
3234
```
3335

3436
## Start

0 commit comments

Comments
 (0)