Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit e1a0967

Browse files
Update README.md
Add additional package install steps to resolve errors on Debian based systems.
1 parent ac6054b commit e1a0967

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ RTV is available on [PyPI](https://pypi.python.org/pypi/rtv/) and can be install
6868
$ pip install rtv
6969
```
7070

71+
When receiving errors try installing the following additional packages:
72+
```bash
73+
# Find python-setuptools in your package manager, e.g on Debian:
74+
$ apt install python-setuptools
75+
# Install pip wheel package:
76+
$ pip install wheel
77+
```
78+
7179
### Native packages
7280

7381
See [Repology](https://repology.org/metapackage/rtv/packages) for an up-to-date list of supported distro packages:

0 commit comments

Comments
 (0)