We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b412a commit a949d69Copy full SHA for a949d69
Recursive Requirements Scan and Creation Tool/README.md
@@ -59,6 +59,7 @@ The generated `requirements.txt` will:
59
60
```bash
61
cat requirements.txt | xargs -n 1 pip install
62
+Get-Content requirements.txt | ForEach-Object { pip install $_ }
63
```
64
65
---
0 commit comments