py-slideshow
py-slideshow copied to clipboard
Can't install
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.
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.