Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 577 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 577 Bytes

LAMP: Library Access Management Protocol

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/AnandBhasme/LAMP.git
    cd lamp
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt
  5. Run the application:

    python app.py