/libmgr

This is a special client request for library software

Primary LanguagePythonMIT LicenseMIT

Library_Software

This is a special client request for library software

For Developers Guide

  1. Use a venv with the requirements.txt
  2. Use the command python3 main.py to run the program
  3. Edit config.py and change the database path to your database path.
  4. Run DBINIT.py to create the database
  5. All the best.

Installation

  1. Clone the repository
  2. Install python3
  3. Install pip3
  4. Install the requirements.txt with 'pip3 install -r requirements.txt'
  5. Run the program with 'python3 main.py'