Skip to content

Commit 486de42

Browse files
authored
Merge pull request #29725 from MaxDesiatov/patch-1
Add python-six as required on Ubuntu to README
2 parents 881ceed + 299454d commit 486de42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Instructions for installing CMake and Ninja directly can be found [below](#build
108108

109109
For Ubuntu, you'll need the following development dependencies:
110110

111-
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync
111+
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync python-six
112112

113113
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
114114
with version 2 shipped with Ubuntu.

0 commit comments

Comments
 (0)