Add extra trusted domain

This commit is contained in:
Andrew Johnson
2025-11-15 12:05:02 +01:00
parent bfa9653bc8
commit e5b36e4e96

View File

@@ -49,7 +49,7 @@ If you prefer to set up the environment manually:
3. Install the required packages by running: 3. Install the required packages by running:
```bash ```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: 4. Export the python path by running: