Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,11 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Dependencies
|
| 11 |
+
|
| 12 |
+
The "requirements.txt" file contains all installed packages and their versions in the current environment.
|
| 13 |
+
To install the dependencies listed in a "requirements.txt" file:
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
pip install -r requirements.txt
|
| 17 |
+
```
|