curseDownloader icon indicating copy to clipboard operation
curseDownloader copied to clipboard

would be nice to have a list of requirements

Open cravingpine opened this issue 9 years ago • 4 comments

spent an hour today getting this to work on my system, im running linux mint 17

my solution was to install python3.4 and i ran sudo apt-get install python3-tk python3-appdirs python3-requests to get the program to work, also had to run from the github sources using python3 download.py

cravingpine avatar Oct 04 '15 17:10 cravingpine

Python3-requests has to be at least 2.3.0-1(https://launchpad.net/ubuntu/utopic/amd64/python3-requests/2.3.0-1). Linux Mint 17.2 did not offer it in the softwaremanager application.

megalous avatar Oct 10 '15 14:10 megalous

It would be nice to list them in readme indeed. This is what I needed to install for Fedora 23: sudo dnf install python3-appdirs python3-tkinter

srakitnican avatar Jan 03 '16 14:01 srakitnican

Seconding/bumping this. It looks like it's a two-minute setup just going off the readme, but ends up wasting time instead.

Had to download the newer-than-repos version of Python3-requests in *buntu 14.04 as well.

Gotolei avatar Mar 13 '16 01:03 Gotolei

Or just use requirements.txt as it is intended to be used.

hron84 avatar Sep 05 '17 19:09 hron84