Skip to content

AnandBhasme/LAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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