Skip to content

Commit 6baf485

Browse files
committed
fix: update README install command now that requirements.txt is removed
1 parent 4a4e63e commit 6baf485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ source .venv/bin/activate # for Windows OS, .\.venv\Scripts\Activate instead sh
8484
#### Install dependencies
8585

8686
```sh
87-
pip install -r requirements.txt
87+
pip install .
8888
```
8989

9090
</details>

0 commit comments

Comments
 (0)