pynocchio icon indicating copy to clipboard operation
pynocchio copied to clipboard

How to build from source?

Open brucou opened this issue 3 years ago • 2 comments

Hi,

I am new to Python. I could not build htis from source. How would it work? Many thanks!

brucou avatar May 28 '22 16:05 brucou

Hi, you can download .deb from here: https://github.com/mstuttgart/pynocchio/releases/tag/3.2.2

To build from source, you need to install de requirements in virtualenv and run the command python setup.py build_deb

To run from source, install requirements in virtualenv and run de script python pynocchio-client.py

mstuttgart avatar May 30 '22 11:05 mstuttgart

Thanks!!!

brucou avatar May 30 '22 14:05 brucou