Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(frontend): update installation instructions #834

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading