Skip to content

Commit

Permalink
Update to add python-devel
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Feb 16, 2020
1 parent 2347dfb commit 0c23c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -185,7 +185,7 @@ CentOS 8 requires gcc/g++, git, and python 3. The following will install depende
the shared libraries on Ubuntu 18.04:
```sh
# Install gcc/g++, git, unzip/which (for bazel), and python3
sudo yum install -y python3 gcc gcc-c++ git unzip which
sudo yum install -y python3 python3-devel gcc gcc-c++ git unzip which

# Install Bazel 2.0.0
curl -sSOL https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-installer-linux-x86_64.sh
Expand Down

0 comments on commit 0c23c13

Please sign in to comment.