Skip to content

How do I install tm_devices on a computer without internet? #127

Answered by amccann-Tek
amccann-Tek asked this question in Q&A
Discussion options

You must be logged in to vote
  1. On a computer with internet, download the package along with all dependencies to the specified path location
pip download --dest <path to destination> wheel setuptools tm_devices
  1. Copy the files to your computer that does not have internet
  2. Then, install from local files
pip install --no-index --find-links <new path of files> tm_devices

Replies: 1 comment

Comment options

amccann-Tek
Jan 12, 2024
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by amccann-Tek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant