Skip to content

claranmartis/pyinventory

Repository files navigation

pyinventory

Steps to be followed during the first time set up are as follows:

  1. open MYSQL command line client
  2. create and use database using the following commands, SHOW DATABASES; If any database has already been setup with the nae 'pyinventory' then delete the database using the following command: DROP DATABASE pyinventory; CREATE DATABASE pyinventory; USE pyinventory;
  3. run database-setup.py
  4. double click on runinventory.bat file to run the software or run the entry.py file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published