# 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`
