mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
chore(frontend-python): adding 3.12 in the docs
This commit is contained in:
committed by
Quentin Bourgerie
parent
b60368e3ec
commit
c453e637e3
@@ -9,7 +9,7 @@ This document explains the most common errors and provides solutions to fix them
|
||||
**Cause**: The installation does not work fine for you.
|
||||
|
||||
**Possible solutions**:
|
||||
- Be sure that you use a supported Python version (currently from 3.8 to 3.11, included).
|
||||
- Be sure that you use a supported Python version (currently from 3.8 to 3.12, included).
|
||||
- Check that you have done `pip install -U pip wheel setuptools` before.
|
||||
- Consider adding a `--extra-index-url https://pypi.zama.ai/cpu` or `--extra-index-url https://pypi.zama.ai/gpu`, depending on whether you want the CPU or the GPU wheel.
|
||||
- Concrete requires glibc>=2.28, be sure to have a sufficiently recent version.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This document explains the steps to install **Concrete** into your project.
|
||||
|
||||
**Concrete** is natively supported on Linux and macOS from Python 3.8 to 3.11 inclusive. If you have Docker in your platform, you can use the docker image to use **Concrete**.
|
||||
**Concrete** is natively supported on Linux and macOS from Python 3.8 to 3.12 inclusive. If you have Docker in your platform, you can use the docker image to use **Concrete**.
|
||||
|
||||
## Using PyPI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user