Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 836 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 836 Bytes

Library CIT

Modern Web Midterm Project

Group Members:

  • Elisabeth Violina
  • Grace Theofie
  • Vincent Waiman

Installation

  1. Clone the project repository to your local machine

  2. Navigate to the project directory: cd library-cit

  3. Create a virtual environment to isolate project dependencies. You can choose a different name for the virtual environment if you prefer: python -m venv venv

  4. Activate the virtual environment: On Windows:

    venv\Scripts\activate

    On macOS and Linux:

    source venv/bin/activate

  5. Install project dependencies from requirements.txt:

    pip install -r requirements.txt

Running the Application After setting up the virtual environment and installing dependencies, you can run the Python application using the following command:

`python app.py`