From 4178e821427f8d2f1348fb98f2f94d8ded8c6e1f Mon Sep 17 00:00:00 2001 From: Umut Date: Fri, 22 Jul 2022 09:22:33 +0200 Subject: [PATCH] docs: improve installation instructions --- docs/getting-started/installing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started/installing.md b/docs/getting-started/installing.md index 6910d6577..09f142cac 100644 --- a/docs/getting-started/installing.md +++ b/docs/getting-started/installing.md @@ -7,6 +7,7 @@ You can install **Concrete Numpy** from PyPI: ```shell +pip install -U pip wheel setuptools pip install concrete-numpy ``` @@ -17,6 +18,7 @@ Apple silicon users must use docker installation (explained below) as there is n You can install the extra python dependencies for drawing circuits: ```shell +pip install -U pip wheel setuptools pip install concrete-numpy[full] ```