Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 429 Bytes

Lang-sec-class-pol

##setup

  1. Clone the repository:

    git clone https://github.com/yourusername/yourproject.git
    cd yourproject
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the requirements:

    pip install -r requirements.txt
  4. Run the web.py