Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.73 KB

README.md

File metadata and controls

33 lines (27 loc) · 2.73 KB

A multi-user, state-of-the-art assembly-based Inventory Manager, designed to streamline the process of component tracking, management and quoting.


Invigo

Activity

Alt

Development Setup

  1. Download and install Python 3.12.
  2. (Optional) Download and install git.
    • Clone this repository with, git clone https://github.com/TheCodingJsoftware/Invigo.
  3. Download this repository here IF NOT using git.
  4. Install virtualenv with, pip install virtualenv.
  5. Create a virtual environment with, virtualenv venv. (venv is the name of the virtual environment)
  6. Active the virtual environment with, venv/Scripts/activate.
  7. Install requirements with, pip install -r requirements.txt.
  8. Set up Invigo-Server for managing multiple users and file sharing. (NOTE: Invigo cannot be used without the server)
  9. (Optional) Set up Invigo-Web for managing updates.
  10. May not work on first try and may need to resort to trial and error since I have never had to setup from scratch.