Skip to content

Commit

Permalink
docs(frontend): update installation instructions
Browse files Browse the repository at this point in the history
make a note about the new Zama PyPI
  • Loading branch information
youben11 committed May 17, 2024
1 parent 04fdec1 commit ebbac92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ pip install -U pip wheel setuptools
pip install concrete-python
```

**Note:** Not all versions are available on PyPI. If you need a version that is not on PyPI (including nightly releases), you can install it from our package index by adding `--extra-index-url https://pypi.zama.ai`.

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

Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ You can install Concrete from PyPI:
pip install -U pip wheel setuptools
pip install concrete-python
```
{% hint style="info" %}
Not all versions are available on PyPI. If you need a version that is not on PyPI (including nightly releases), you can install it from our package index by adding `--extra-index-url https://pypi.zama.ai`.
{% endhint %}

There are some optional features which can be enabled by installing the `full` version:

Expand Down
2 changes: 2 additions & 0 deletions frontends/concrete-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ End-users should install `concrete-python` using `pip`:
pip install concrete-python
```

**Note:** Not all versions are available on PyPI. If you need a version that is not on PyPI (including nightly releases), you can install it from our package index by adding `--extra-index-url https://pypi.zama.ai`.

## Setup for development

Developers that want to contribute to the Concrete-Python project can use the following
Expand Down

0 comments on commit ebbac92

Please sign in to comment.