Skip to content

Commit f0b412a

Browse files
committed
Update README.md
1 parent 9869653 commit f0b412a

File tree

1 file changed

+1
-1
lines changed
  • Recursive Requirements Scan and Creation Tool

1 file changed

+1
-1
lines changed

Recursive Requirements Scan and Creation Tool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The generated `requirements.txt` will:
5858
- Be directly usable with:
5959

6060
```bash
61-
pip install -r requirements.txt
61+
cat requirements.txt | xargs -n 1 pip install
6262
```
6363

6464
---

0 commit comments

Comments
 (0)