I wish to install connexion for swagger on a Ubuntu server that DOES NOT have internet access.
I wish to run
pip install connexion[swagger-ui]
Can I somehow download this repro (via another machine that does have internet access) and install/copy it locally and then install it that way?
If so, how?