A multi-user, state-of-the-art assembly-based Inventory Manager, designed to streamline the process of component tracking, management and quoting.
|
- Download and install Python 3.12.
- (Optional) Download and install git.
- Clone this repository with,
git clone https://github.com/TheCodingJsoftware/Invigo
.
- Clone this repository with,
- Download this repository here IF NOT using git.
- Install virtualenv with,
pip install virtualenv
. - Create a virtual environment with,
virtualenv venv
. (venv
is the name of the virtual environment) - Active the virtual environment with,
venv/Scripts/activate
. - Install requirements with,
pip install -r requirements.txt
. - Set up Invigo-Server for managing multiple users and file sharing. (NOTE: Invigo cannot be used without the server)
- (Optional) Set up Invigo-Web for managing updates.
- May not work on first try and may need to resort to trial and error since I have never had to setup from scratch.