##setup
-
Clone the repository:
git clone https://github.com/yourusername/yourproject.git cd yourproject
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the requirements:
pip install -r requirements.txt
-
Run the web.py