Simple POS provides a streamlined and clean registry interface for small business.
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 virtualenvFirst, clone the OnkoDICOM repository and switch to it:
git clone https://github.com/didymo/OnkoDICOM.git
cd OnkoDICOMThen, create and activate the virtual environment:
python -m virtualenv venv
venv\Scripts\activateOnce you are within the virtual environment, install the requirements:
pip install -r pre-requirements.txt
pip install -r requirements.txtAfter the requirements are installed, you can run Sime POS with the command:
python main.py