Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installing-grr-server/from-released-pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ First, install the prerequisites:
* Ubuntu:

```bash
apt install -y debhelper dpkg-dev python-dev python-pip rpm zip
apt install -y debhelper dpkg-dev python3-dev python-pip rpm zip
```

* Centos:

```bash
yum install -y epel-release python-devel wget which libffi-devel \
yum install -y epel-release python3-devel wget which libffi-devel \
openssl-devel zip git gcc gcc-c++ redhat-rpm-config

yum install -y python-pip
Expand Down