Skip to content

Regnum771/POS

Repository files navigation

Simple POS

Simple POS provides a streamlined and clean registry interface for small business.

Installation

Windows

In order to run OnkoDICOM on Windows, you will need to have installed:

64-bit Python 3.7 or later. SimplePOS will not run on 64-bit computers that have a 32-bit version of Python installed. Additionally, OnkoDICOM has not been tested on 32-bit machines. Visual Studio Build Tools If you do not already have virtualenv installed into your global packages, execute the command:

pip install virtualenv

First, clone the OnkoDICOM repository and switch to it:

git clone https://github.com/didymo/OnkoDICOM.git
cd OnkoDICOM

Then, create and activate the virtual environment:

python -m virtualenv venv
venv\Scripts\activate

Once you are within the virtual environment, install the requirements:

pip install -r pre-requirements.txt
pip install -r requirements.txt

After the requirements are installed, you can run Sime POS with the command:

python main.py

About

A simple Point of Sale system made with PyQt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages