Skip to content

Commit

Permalink
Merge pull request #602 from SlimShadys/master
Browse files Browse the repository at this point in the history
Add python3-pip repo in sources list
  • Loading branch information
DakkJaniels committed Apr 26, 2021
2 parents e391f99 + 71f7d34 commit f677789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,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 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`
Expand Down

0 comments on commit f677789

Please sign in to comment.