Spaces:
Runtime error
Runtime error
MJ
commited on
Commit
·
f714707
1
Parent(s):
8ef5712
Updated Readme
Browse files- README-Milestone-1.md +7 -0
- README.md +1 -9
README-Milestone-1.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Installation Instructions:
|
| 2 |
+
1. Install WSL for Windows using https://learn.microsoft.com/en-us/windows/wsl/install
|
| 3 |
+
2. Set WSL 2 as the default version
|
| 4 |
+
3. Install Linux Distribution of choice (I went with Ubuntu)
|
| 5 |
+
4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
|
| 6 |
+
|
| 7 |
+
I will not be using Docker for the purpose of this project so everything will be done locally.
|
README.md
CHANGED
|
@@ -8,12 +8,4 @@ sdk: streamlit
|
|
| 8 |
sdk_version: 1.17.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
Installation Instructions:
|
| 14 |
-
1. Install WSL for Windows using https://learn.microsoft.com/en-us/windows/wsl/install
|
| 15 |
-
2. Set WSL 2 as the default version
|
| 16 |
-
3. Install Linux Distribution of choice (I went with Ubuntu)
|
| 17 |
-
4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
|
| 18 |
-
|
| 19 |
-
I will not be using Docker for the purpose of this project so everything will be done locally.
|
|
|
|
| 8 |
sdk_version: 1.17.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|