bedup icon indicating copy to clipboard operation
bedup copied to clipboard

Installation instructions lack python3-setuptools

Open muggenhor opened this issue 7 years ago • 0 comments

The installation instructions in the README give an aptitude install command to use. Unfortunately they lack the python3-setuptools package. This will not always be a problem because it's a "Recommends" level dependency of python3-pip. Unfortunately this doesn't help if you've configured your system to not install those by default.

So just expanding the package list with that package allowed me to build and install this.

FYI: I'm running Debian Stretch

muggenhor avatar Mar 04 '18 14:03 muggenhor