michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 273 forks source link

Add additional required dependencies for pip install to README #705

Open paulvandenburg opened 4 years ago

paulvandenburg commented 4 years ago

Add additional package install steps to resolve errors on Debian based systems.

I've got 2 errors during installation on Linux Mint.

  1. ImportError: No module named setuptools which was fixed by installing the package python-setuptools
  2. error: invalid command 'bdist_wheel' which was fixed by install pip package wheel

I've added both steps to the install notes.