curseDownloader
curseDownloader copied to clipboard
would be nice to have a list of requirements
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
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.
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
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.
Or just use requirements.txt
as it is intended to be used.