[Briefly describe your project here.]
-
Initialize git (Windows): Run the
000_init.bat
file. -
Create a virtual environment (Windows): Run the
001_env.bat
file. -
Activate the virtual environment (Windows): Run the
002_activate.bat
file. -
Install dependencies: Run the
003_setup.bat
file. This will install all the packages listed inrequirements.txt
. -
Deactivate the virtual environment (Windows): Run the
005_deactivate.bat
file.
-
Run the main application (Windows): Run the
004_run.bat
file.[Provide instructions on how to use your application.]
This project includes the following batch files to help with common development tasks on Windows:
000_init.bat
: Initialized git and also usn and pwd config setup also done.001_env.bat
: Creates a virtual environment namedvenv
.002_activate.bat
: Activates thevenv
virtual environment.003_setup.bat
: Installs the Python packages listed inrequirements.txt
usingpip
.004_run.bat
: Executes the main Python script (main.py
).005_deactivate.bat
: Deactivates the currently active virtual environment.
[Explain how others can contribute to your project.]
[Specify the project license, if any.]