System Requirements
Before installing the system, ensure you have the following:Python 3
Python 3.7 or higher is required
pip
Python package manager (included with Python)
Check Your Python Version
Verify that Python 3 is installed on your system:Python 3.x.x. If not, download Python before continuing.
Installation Steps
Clone or Download the Repository
Get the source code onto your local machine:Or download and extract the ZIP file from your repository.
Install Dependencies
Install all required Python packages using the This installs:
requirements.txt file:pandas- Data analysis libraryopenpyxl- Excel file supportmatplotlib- Chart generationnumpy- Numerical operationspython-dotenv- Environment variable management
If you encounter permission errors, try using
pip install --user -r requirements.txtCreate the Data Folder
Create a This is where you’ll place your
data/ folder in the project root to store your inventory files:inventario.xlsx file.Verify Installation
Confirm that all dependencies are installed correctly:What’s Next?
Your system is now installed and ready to use. The next step is to prepare your inventory data and run your first analysis.Quick Start Guide
Learn how to create your inventory file and run your first analysis