Commit 76ebbfed authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: change pip index url

parent 522fd398
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ The GitLab Synchronization Script has the following requirements:
3. Store the token in the `GITLAB_TOKEN` environment variable (`export GITLAB_TOKEN="<the token>"`).
4. Install our [GitLab Copy CLI](https://gitlab.com/to-be-continuous/tools/gitlab-cp#usage) (requires Python 3.11 or higher):
    ```bash
    pip install gitlab-cp --index-url https://gitlab.com/api/v4/projects/56596421/packages/pypi/simple
    pip install gitlab-cp --index-url https://gitlab.com/api/v4/projects/to-be-continuous%2Ftools%2Fgitlab-cp/packages/pypi/simple --upgrade
    ```
5. Run the following command to **recursively copy the tbc group** to your own server:
    ```bash