1. Clone the project repository:

git clone https://github.com/wuchuheng/python-demo.git
cd python-demo

2. Create and activate a virtual environment:

python3 -m venv venv
source venv/bin/activate

3. Install project dependencies

pip install -r requirements.txt

4. Run the source code

python3 src/main.py