|
|
|
|
|
by laurencerowe
4084 days ago
|
|
The Python equivalent to this is to simply place your source release tarballs on a simple private web / filesystem directory: pip install --find-links http://dist.example.com/packages/
This also makes it simple to mirror all requirements locally for more reliable installs.I wish I could do the same with npm. |
|