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

From Simson Garfinkel
Revision as of 09:09, 9 August 2020 by Simson (talk | contribs)
Jump to navigationJump to search

Python modules:

Download all of the python modules with

   pip wheel [package] -w /tmp 

or:

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

Then install them in the reverse order.