From: Philippe Proulx Date: Thu, 31 Mar 2016 19:43:33 +0000 (-0400) Subject: README.md: specify Ubuntu versions X-Git-Tag: v2.2.0~23 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=192a1cfbbd7b40b4d85b00de14c51cf5df8860b6;p=barectf.git README.md: specify Ubuntu versions Signed-off-by: Philippe Proulx --- diff --git a/README.md b/README.md index 70fa395..cb90e18 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Note that you may pass the `--user` argument to `pip install` to install the tool in your home directory (instead of installing globally). -**Latest Ubuntu**: +**Ubuntu 14.04 and 16.04**: It is recommended to use the [barectf PPA](https://launchpad.net/~lttng/+archive/ubuntu/barectf), @@ -92,6 +92,11 @@ Otherwise, you can always use `pip3`: sudo apt-get install python3-pip sudo pip3 install barectf +**Other, recent Ubuntu**: + + sudo apt-get install python3-pip + sudo pip3 install barectf + **Ubuntu 12.04 and lower**: sudo apt-get install python3-setuptools