Notes on disconnected (offline) (air-gapped) networks

From Simson Garfinkel
Revision as of 20:29, 12 July 2019 by Simson (talk | contribs) (Created page with "Python modules: * https://stackoverflow.com/questions/11147667/is-there-a-way-to-list-pip-dependencies-requirements Download all of the python modules with pip download [pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Python modules:

Download all of the python modules with

pip download [package] -d /tmp --no-binary :all:

Then install them in the reverse order.