Invento-Inventory-Management-System

Invento Management System

language

Dependencies

<=Python3.11, PostgreSQL, PYQT5

Steps to run this project

  1. Clone this project and create virtualenv (recommended) and activate virtualenv.

    # Create virtualenv
    python -m venv env
    
    # Linux/MacOS
    source env/bin/activate
    
    # Windows
    env\Scripts\activate
    
  2. Install require dependencies.

    
    pip install -r requirements.txt
    
  3. Run the code in the virutal environment

    python main.py