Step | Command | Effect |
---|---|---|
Cloning the Github Repo | git clone https://github.com/Coder-Harshit/LoadBalancer-Viz.git |
LoadBalancer Repo Cloned to Local system |
Navigating to Project Dir | cd LoadBalancer-Viz |
WorkingDir switched to LoadBalancer-Viz |
Switching to Dev branch | git checkout dev |
Switched to Dev branch |
Creating Python Virtual Env | python -m venv .venv |
Virtual Env .venv created (using venv) |
Activating the Env | .venv\Scripts\Activate |
Virtual Env activated |
Installing Dependencies | pip install -r requirements.txt |
Necessary requirements installed |
Executing the program | python main.py |
Program up & running |
Step | Command | Effect |
---|---|---|
Cloning the Github Repo | git clone https://github.com/Coder-Harshit/LoadBalancer-Viz.git |
LoadBalancer Repo Cloned to Local system |
Navigating to Project Dir | cd LoadBalancer-Viz |
WorkingDir switched to LoadBalancer-Viz |
Switching to Dev branch | git checkout dev |
Switched to Dev branch |
Creating Python Virtual Env | python -m venv .venv |
Virtual Env .venv created (using venv) |
Activating the Env | source .venv/bin/activate |
Virtual Env activated |
Installing Dependencies | pip install -r requirements.txt |
Necessary requirements installed |
Executing the program | python main.py |
Program up & running |