mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
I no longer trust pip to install packages from a requirements.txt file in the correct order. For reproducibility, let's install pip/setuptools/wheels/cython first. see https://github.com/pypa/pip/issues/2362#issuecomment-418423458 see #5859 and #6382
4 lines
108 B
Text
4 lines
108 B
Text
# need modern versions of pip (and maybe other build tools), the one in apt had issues
|
|
pip
|
|
setuptools
|
|
wheel
|