From e1597244092cba0f4c70d36afba6c8440056bc39 Mon Sep 17 00:00:00 2001 From: N Date: Sun, 25 Oct 2020 17:16:49 +0000 Subject: [PATCH] [quickstart][doc] Install python3-pip https://github.com/sodafoundation/soda/issues/8 --- content/soda-gettingstarted/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/soda-gettingstarted/quickstart.md b/content/soda-gettingstarted/quickstart.md index 047565f7..f47fb149 100644 --- a/content/soda-gettingstarted/quickstart.md +++ b/content/soda-gettingstarted/quickstart.md @@ -33,7 +33,7 @@ This procedure applies to Ubuntu 16.04 and 18.04 Linux distributions. - Install Basic Dependencies: - `apt-get update && apt-get install -y git make curl wget libltdl7 libseccomp2 libffi-dev gawk` + `apt-get update && apt-get install -y git make curl wget libltdl7 libseccomp2 libffi-dev gawk python3-pip` - Install Docker: - Ubuntu 16.04: