VarshithaChennamsetti commited on
Commit
8d6d251
1 Parent(s): 9562e20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1 +1,18 @@
1
  # cs-gy-6613-project
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # cs-gy-6613-project
2
+
3
+ ## Installation steps
4
+
5
+ ### Install VSCode
6
+
7
+ Install appropriate [VSCode](https://code.visualstudio.com/download) based on the OS.
8
+
9
+ ### Install Docker Desktop and WSL2
10
+
11
+ 1. WSL2 was already installed in my laptop but if you want to install it follow a [youtube](https://www.youtube.com/watch?v=n-J9438Mv-s&t=4s) video.
12
+ 2. Through WSL2, I installed the ubuntu distribution using the command "wsl --install -d ubuntu". Other distributions can be downloaded in similar manner.
13
+ 3. I installed Docker Desktop by following a [youtube](https://www.youtube.com/watch?v=iJeL2tOFfvM) video. The wsl2 configuration would already be enabled if the system is compatible. If not, you can enable it manually through the Docker desktop settings.
14
+
15
+ ## Screenshot of docker container in the terminal prompt
16
+ <img width="867" alt="image" src="https://user-images.githubusercontent.com/65396462/227823151-bd445aeb-d0be-46b4-9cbe-550445b889f5.png">
17
+
18
+