HJeon commited on
Commit
aa2631e
·
verified ·
1 Parent(s): ab2c7dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -7,4 +7,11 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
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
+ ```