Skip to content

Commit

Permalink
Docker and Pip were reversed; fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RafLaf authored and BourgerieQuentin committed Mar 19, 2024
1 parent 312f505 commit 84382fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ Depending on your OS, Concrete may be installed with Docker or with pip:
| macOS 11+ (Apple Silicon: M1, M2, etc.) | Coming soon | Yes |


#### Docker
#### Pip
The preferred way to install Concrete is through PyPI:

```shell
pip install -U pip wheel setuptools
pip install concrete-python
```

#### Pip
#### Docker
You can get the concrete-python docker image by pulling the latest docker image:

```shell
Expand Down

0 comments on commit 84382fa

Please sign in to comment.