rtv
rtv copied to clipboard
Add additional required dependencies for pip install to README
Add additional package install steps to resolve errors on Debian based systems.
I've got 2 errors during installation on Linux Mint.
-
ImportError: No module named setuptools
which was fixed by installing the packagepython-setuptools
-
error: invalid command 'bdist_wheel'
which was fixed by install pip packagewheel
I've added both steps to the install notes.