nv-driver-locator:add notes about bs4 installation

This commit is contained in:
Vladislav Yarmak 2019-02-14 00:28:54 +02:00 committed by GitHub
parent 53567374b8
commit e875ff0640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ nv-driver-locator is a tool for internal usage, which purpose is to notify about
## Requirements
* Python 3.4+
* `beautifulsoup4` package - required only when NvidiaDownloadsChannel is used.
* `beautifulsoup4` package - required only when NvidiaDownloadsChannel is used. On recent Debian/Ubuntu you may install it like this: `apt-get install python3-bs4`. For other cases see [this](https://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-beautiful-soup).
## Overview