MJ commited on
Commit
8ef5712
1 Parent(s): f90c115

Fixed readme

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,11 +1,3 @@
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.
8
-
9
  # Hugging face README.md setup
10
  ---
11
  title: CS GY 6613 Project
@@ -16,4 +8,12 @@ sdk: streamlit
16
  sdk_version: 1.17.0
17
  app_file: app.py
18
  pinned: false
19
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Hugging face README.md setup
2
  ---
3
  title: CS GY 6613 Project
 
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.