Comment on Npm Private ModulesComments−laurencerowe11yThe 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.
Comments
The Python equivalent to this is to simply place your source release tarballs on a simple private web / filesystem directory:
This also makes it simple to mirror all requirements locally for more reliable installs.I wish I could do the same with npm.