Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 629 Bytes

File metadata and controls

11 lines (8 loc) · 629 Bytes

PyImgProcess

Digital image processing framework written in Python

To run this library on your workstation please follow this steps:

Remember: This library is only compatible with python3. You need to have it installed on your workstation, as well as gcc compiler to build C-extension-module, which is essential for current library.

  • go to the C-extension directory within your command prompt or terminal
  • run the command "python3 setup.py build" or "python setup.py build" depending on which installation of python is installed
  • after that run the command "python3 setup.py install"

Then the library is ready to be used.