> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/oscar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/oscar/sys-changes/package-archive-mirrors/pypi-mirror.md).

# PyPI Mirror

## Instructions

Run this command to pull a PyPI package from the Brown mirror instead of the internet

```bash
pip install --index-url http://pypi.services.brown.edu <package> 
```

## Notes

`http://pypi.services.brown.edu` is a mirror server for `https://pypi.org/simple`
