Skip to content

Commit a949d69

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Recursive Requirements Scan and Creation Tool/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The generated `requirements.txt` will:
5959

6060
```bash
6161
cat requirements.txt | xargs -n 1 pip install
62+
Get-Content requirements.txt | ForEach-Object { pip install $_ }
6263
```
6364
6465
---

0 commit comments

Comments
 (0)