mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
docs: do not use a hard coded clone link in project_setup.md
This commit is contained in:
@@ -51,11 +51,9 @@ In the following sections, be sure to use the proper `make` tool for your system
|
||||
|
||||
## Cloning repository
|
||||
|
||||
Now, it's time to get the source code of **concrete-numpy**. You can use the following command to do that.
|
||||
Now, it's time to get the source code of **concrete-numpy**.
|
||||
|
||||
```shell
|
||||
git clone https://github.com/zama-ai/concrete-numpy-internal.git
|
||||
```
|
||||
Clone the code repository using the link for your favourite communication protocol (ssh or https).
|
||||
|
||||
## Setting up environment on your host OS
|
||||
|
||||
@@ -66,7 +64,7 @@ The following command will not work on Windows if you don't have poetry >= 1.2.
|
||||
```
|
||||
|
||||
```shell
|
||||
cd concrete-numpy-internal
|
||||
cd concrete-numpy
|
||||
make setup_env
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user