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