From e5b36e4e962dc799b2629daba54d00b79657870d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 15 Nov 2025 12:05:02 +0100 Subject: [PATCH] Add extra trusted domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48abcea..d71016e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you prefer to set up the environment manually: 3. Install the required packages by running: ```bash - pip install -r requirements.txt + pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r requirements.txt ``` 4. Export the python path by running: