From e3ca4b3ebf070def516c172f4c54684e07b4dc22 Mon Sep 17 00:00:00 2001 From: Gianmarco Scarano Date: Tue, 23 Mar 2021 10:26:46 +0100 Subject: [PATCH 1/2] Add python3-pip repo in sources list - It has been tested on a fresh VM with Ubuntu 20.10 that just running the python3-pip installation gives such error: 'E: Package 'python3-pip' has no installation candidate' So we add the proper repo, before running the installation process. Signed-off-by: Gianmarco Scarano --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a97349dd1..a288cd1a2 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,9 @@ Open terminal. Either right click desktop and go to Open In Terminal, or search Install Google Chrome: `wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo dpkg -i google-chrome-stable_current_amd64.deb` +Add Python3 repo: +`sudo add-apt-repository universe && sudo apt-get update` + Install Pip: `sudo apt install python3-pip` From 781fce35ec0fbbac74fc3a8575da7338d7f9160d Mon Sep 17 00:00:00 2001 From: DakkJaniels <6080734+DakkJaniels@users.noreply.github.com> Date: Mon, 26 Apr 2021 14:15:46 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Tim Brust --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a288cd1a2..72888f9e0 100644 --- a/README.md +++ b/README.md @@ -404,8 +404,8 @@ Open terminal. Either right click desktop and go to Open In Terminal, or search Install Google Chrome: `wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo dpkg -i google-chrome-stable_current_amd64.deb` -Add Python3 repo: -`sudo add-apt-repository universe && sudo apt-get update` +Add Universe repo (this might be optional depending on your distro): +`sudo add-apt-repository universe && sudo apt update` Install Pip: `sudo apt install python3-pip` @@ -658,4 +658,3 @@ answers. If you don't find it there, ask in #tech-support. capacity seem to be the limiting factor for older Pi models. The Pi is also much slower then even a semi-recent (5 years or less) laptop. -