We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9869653 commit f0b412aCopy full SHA for f0b412a
Recursive Requirements Scan and Creation Tool/README.md
@@ -58,7 +58,7 @@ The generated `requirements.txt` will:
58
- Be directly usable with:
59
60
```bash
61
-pip install -r requirements.txt
+cat requirements.txt | xargs -n 1 pip install
62
```
63
64
---
0 commit comments