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

Add additional required dependencies for pip install to README #705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ RTV is available on [PyPI](https://pypi.python.org/pypi/rtv/) and can be install
$ pip install rtv
```

When receiving errors try installing the following additional packages:
```bash
# Find python-setuptools in your package manager, e.g on Debian:
$ apt install python-setuptools
# Install pip wheel package:
$ pip install wheel
```

### Native packages

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