From 13947f8cad6aa0c5d6063718da597bafec100008 Mon Sep 17 00:00:00 2001 From: Tim Van Steenburgh Date: Mon, 15 May 2017 11:26:17 -0400 Subject: [PATCH] s/pip/pip3/ in install instructions (#129) --- docs/readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.rst b/docs/readme.rst index 9b65d64..20a90d2 100644 --- a/docs/readme.rst +++ b/docs/readme.rst @@ -31,7 +31,7 @@ Installation .. code:: bash - pip install juju + pip3 install juju Quickstart -- 2.25.1