slingshot icon indicating copy to clipboard operation
slingshot copied to clipboard

Python 3

Open limburgher opened this issue 6 years ago • 1 comments

Python 2 is going away next year. Python 3 plans?

https://bugzilla.redhat.com/show_bug.cgi?id=1737859

limburgher avatar Aug 06 '19 14:08 limburgher

install with python3:

git clone -b python3 https://github.com/indritbashkimi/slingshot
cd slingshot
python3 setup.py build
sudo python3 setup.py install

freddii avatar Dec 03 '20 19:12 freddii