Skip to content

Commit d1fd136

Browse files
committed
No longer need pip install -r requirements.txt in readme
1 parent 721dd42 commit d1fd136

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ cat requirements.txt | xargs poetry add
5959
```
6060
source venv/bin/activate
6161
```
62-
5. **Install the project requirements**:
63-
```
64-
pip install -r requirements.txt
65-
```
66-
6. **Install Project and Command-Line Interface**:
62+
6. **Install Project Requirements and Command-Line Interface**:
6763
```
6864
pip install .
6965
```

0 commit comments

Comments
 (0)