Description
The README.md should include clear instructions on how to set up a Python virtual environment using .venv so users can run the program with all required dependencies installed.
- Document how to create a Python virtual environment named .venv
- Explain how to activate the virtual environment on:
macOS / Linux
Windows
Describe how to install all required dependencies (e.g. via requirements.txt)
Ensure the instructions are beginner-friendly and reproducible.
Description
The README.md should include clear instructions on how to set up a Python virtual environment using .venv so users can run the program with all required dependencies installed.
Describe how to install all required dependencies (e.g. via requirements.txt)
Ensure the instructions are beginner-friendly and reproducible.