Skip to content

Commit

Permalink
added python3-pip to manual install documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
so010 committed Feb 1, 2022
1 parent 22b18ff commit 6711bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ sudo systemctl start edumeet
* Install all the required dependencies and NodeJS v14 (Debian/Ubuntu):

```bash
sudo apt install -y curl git python build-essential redis openssl libssl-dev pkg-config
sudo apt install -y curl git python python3-pip build-essential redis openssl libssl-dev pkg-config
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo bash -
sudo apt update && sudo apt install -y nodejs
```
Expand Down

0 comments on commit 6711bd1

Please sign in to comment.