Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 455 Bytes

Strict mode

Install only binary packages. Every installed package must have own binary or precompiled binary in this repository.

pip install --only-binary :all: --find-links https://github.com/immunomind/external-packages/blob/main/links.md ...

Relaxed mode

Install binary packages if they are precompiled in this repository

pip install --find-links https://github.com/immunomind/external-packages/blob/main/links.md ...