From 192a1cfbbd7b40b4d85b00de14c51cf5df8860b6 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 31 Mar 2016 15:43:33 -0400 Subject: [PATCH] README.md: specify Ubuntu versions Signed-off-by: Philippe Proulx --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.34.1