patentability / README.md
VarshithaChennamsetti
Update README.md
8d6d251 unverified
|
raw
history blame
947 Bytes

cs-gy-6613-project

Installation steps

Install VSCode

Install appropriate VSCode based on the OS.

Install Docker Desktop and WSL2

  1. WSL2 was already installed in my laptop but if you want to install it follow a youtube video.
  2. Through WSL2, I installed the ubuntu distribution using the command "wsl --install -d ubuntu". Other distributions can be downloaded in similar manner.
  3. I installed Docker Desktop by following a youtube 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.

Screenshot of docker container in the terminal prompt

image