From e875ff0640f30cd6301cd8bd31a8c5c3eedd5c72 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Thu, 14 Feb 2019 00:28:54 +0200 Subject: [PATCH] nv-driver-locator:add notes about bs4 installation --- tools/nv-driver-locator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nv-driver-locator/README.md b/tools/nv-driver-locator/README.md index 768a5d4..2f60d45 100644 --- a/tools/nv-driver-locator/README.md +++ b/tools/nv-driver-locator/README.md @@ -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