docs: improve installation instructions

This commit is contained in:
Umut
2022-07-22 09:22:33 +02:00
parent a0f167ac79
commit 4178e82142

View File

@@ -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]
```