Skip to content

francescocarpanese/stock_management

Repository files navigation

Simple GUI program for drug stock management

User guide

A minimal user guide is available here.

Installation

Developer

Requires Python 3.10 or higher

If using miniconda

conda create -n stock_management python=3.10
conda activate stock_management

Install in editable mode

python -m pip install -e . 

Run the application

python -m stock_management.main 

User

The application is distributed together with .exe compiled for Windows 10/11. This is a standalone executable, no installation is required.