Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 413 Bytes

File metadata and controls

32 lines (22 loc) · 413 Bytes

Book-Manager

First step: Clone the repository

git clone https://github.com/Morffo/Book-Manager

Second step: create and activate virtual environment:

python -m venv venv
source venv/bin/activate

Third step: installing libraries:

pip install -r requirements.txt

Launch:

python terminal_manager_main.py

OR

python tkinter_manager.py