py-slideshow icon indicating copy to clipboard operation
py-slideshow copied to clipboard

Can't install

Open JohnnyBizzel opened this issue 7 years ago • 1 comments

I tried getting your code to work but can't pip install:

Could not find a version that satisfies the requirement PyQt (from pyget) (from versions: ) No matching distribution found for PyQt (from pyget)

I am new to Python so don't really know what is best to try next.

JohnnyBizzel avatar Apr 15 '17 15:04 JohnnyBizzel

there's no setup.py in that repo, so it's not really installable by pip.

you will want to first: pip install pyglet, then follow the example in the README to run it. see https://github.com/cgoldberg/py-slideshow/blob/master/README.rst

if you can't get it working, please paste the exact commands you are trying and the output you get.

cgoldberg avatar Apr 16 '17 17:04 cgoldberg