Workshop 1: Automation with Python
Before running this project, make sure you have the following installed:
- Python 3.8 or higher
- pip (Python package manager)
- venv module (usually included with Python 3)
- Git (optional, for cloning the repository)
You can verify your Python installation with:
python --versionAnd pip with:
pip --versionThis project uses Python. It is recommended to use a virtual environment.
python3 -m venv venv-
macOS / Linux:
source venv/bin/activate -
Windows:
venv\Scripts\activate
pip install -r requirements.txtpython main.py