Skip to content

Instantly share code, notes, and snippets.

@jku
Created February 18, 2022 12:47
Show Gist options
  • Save jku/12b08b1e7474bc18d93b76f193b9ab41 to your computer and use it in GitHub Desktop.
Save jku/12b08b1e7474bc18d93b76f193b9ab41 to your computer and use it in GitHub Desktop.
installing tuf from test pypi
(venv) jku@luna:~$ pip index --index-url https://test.pypi.org/simple/ versions tuf
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
tuf (1.0.0)
Available versions: 1.0.0, 0.20.0, 0.19.0, 0.16.0, 0.9.9
(venv) jku@luna:~$ pip install --index-url https://test.pypi.org/simple/ tuf
Looking in indexes: https://test.pypi.org/simple/
Collecting tuf
Downloading https://test-files.pythonhosted.org/packages/47/ad/91f0b241c54bc8415c2b9102bdc778a78a10475a0602f84a7656d472aeb6/tuf-1.0.0-py3-none-any.whl (38 kB)
Collecting securesystemslib>=0.22.0
Downloading https://test-files.pythonhosted.org/packages/e0/d1/1ce4d95ede65d62755814186707ade92048dd1bfc19d56578626951fa335/securesystemslib-0.22.0-py3-none-any.whl (107 kB)
|████████████████████████████████| 107 kB 4.6 MB/s
Collecting tuf
Downloading https://test-files.pythonhosted.org/packages/db/69/2533f2e5efcbe27a6648b381709ead63d70dfa987e3a4c576d909c808d91/tuf-0.20.0-py3-none-any.whl (184 kB)
|████████████████████████████████| 184 kB 33.3 MB/s
Downloading https://test-files.pythonhosted.org/packages/32/0b/2904909dda16c644e8a34e1bc86888e332489fbb4c2f9c397bccd60b2e69/tuf-0.19.0-py3-none-any.whl (183 kB)
|████████████████████████████████| 183 kB 17.7 MB/s
Downloading https://test-files.pythonhosted.org/packages/8e/2e/d7bf98cdbd5592ac12712d6fdba1c7ca8463578c66d78abdc66fdedbc169/tuf-0.16.0-py2.py3-none-any.whl (161 kB)
|████████████████████████████████| 161 kB 30.9 MB/s
Downloading https://test-files.pythonhosted.org/packages/c7/3c/c59a14d5ee34a853e0a9ee6ae29139eb87a6ebe685ea3aa194f115ae3db3/tuf-0.9.9-py2.py3-none-any.whl (197 kB)
|████████████████████████████████| 197 kB 6.8 MB/s
Installing collected packages: tuf
Successfully installed tuf-0.9.9
(venv) jku@luna:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment