swapnilsparsh / CricketScoreViewer

Cricket Score Viewer (Ipl)
MIT License
2 stars 9 forks source link

Setup repair #12

Closed Parthav46 closed 3 years ago

Parthav46 commented 4 years ago

Related to #9

mangoomeh commented 4 years ago

Pardon me for stupid question but what does a setup file do?

Parthav46 commented 4 years ago

Pardon me for stupid question but what does a setup file do?

It is used to setup your environment so that you don't need to remember what steps to follow and just start with the work.

mangoomeh commented 4 years ago

so all you need to do is to run the python script directly (like cd to the file directory and run python main,py)? And then the computer automatically reads the setup file and do the necessary pip installs and such?

Parthav46 commented 4 years ago

No, you need to run (using powershell for Windows or terminal for Linux) this script whenever you clone the project and it will create venv and pip install all dependencies for you. Running the program is independent from this script.