How to install a module in Python

-1

Hello, I have a script here in python that needs a lib: pypxlib But I do not know how to install this blessed pq I never worked with python. I am using python 3.5 on Sabayon Linux. Anyone have a clue how to install?

    
asked by anonymous 11.04.2018 / 16:00

1 answer

-1

For Sabayon Linux.

log in as root equo install dev-python / pip

After installing, quit root and pip install pypxlib

    
13.04.2018 / 22:04