New Post and edited offlinepip

This commit is contained in:
Brandon Rozek 2020-04-10 12:07:50 -04:00
parent 57b6850666
commit c01a9d6910
2 changed files with 44 additions and 0 deletions

View file

@ -79,3 +79,5 @@ Or they can just install the packages they want
pip install --no-index -f /path/to/wheels/wheels package_name
```
If you don't want to add flags to every command, check out my post on using [configuration files with pip](https://brandonrozek.com/blog/pipconf/).