Commit
·
fc93672
1
Parent(s):
4879326
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# add packages to requirements.txt
|
2 |
+
echo "timm" >> requirements.txt
|
3 |
+
# install in local environment
|
4 |
+
pip install -r requirements.txt
|