Skip to content

Commit

Permalink
Merge pull request google#314 from briansrls:fix_readme
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 359688697
  • Loading branch information
copybara-github committed Feb 26, 2021
2 parents 35fd94e + 53c77d1 commit 73c78f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bazel 4.0.0

~/xls$ # Note we're going to tell Ubuntu that `/usr/bin/env python` is actually python3
~/xls$ # here, since that is not the case by default on Ubuntu 20.04.
~/xls$ sudo apt install python3-distutils python3-dev libtinfo5 python3-is-python
~/xls$ sudo apt install python3-distutils python3-dev libtinfo5 python-is-python3

~/xls$ # Now build/test everything in optimized build mode.
~/xls$ bazel test -c opt ...
Expand Down
2 changes: 1 addition & 1 deletion docs_src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bazel 4.0.0

~/xls$ # Note we're going to tell Ubuntu that `/usr/bin/env python` is actually python3
~/xls$ # here, since that is not the case by default on Ubuntu 20.04.
~/xls$ sudo apt install python3-distutils python3-dev libtinfo5 python3-is-python
~/xls$ sudo apt install python3-distutils python3-dev libtinfo5 python-is-python3

~/xls$ # Now build/test everything in optimized build mode.
~/xls$ bazel test -c opt ...
Expand Down

0 comments on commit 73c78f0

Please sign in to comment.