[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 595 Bytes

README_pip.md

File metadata and controls

21 lines (15 loc) · 595 Bytes

Important: Pip install is different for CPU versus GPU

If you're on a GPU machine:

pip install deepconsensus[gpu]==1.2.0
# To make sure the `deepconsensus` CLI works, set the PATH:
export PATH="/home/${USER}/.local/bin:${PATH}"

If you're on a CPU machine:

pip install deepconsensus[cpu]==1.2.0
# To make sure the `deepconsensus` CLI works, set the PATH:
export PATH="/home/${USER}/.local/bin:${PATH}"

Documentation, quick start, citation

All other documentation is on GitHub: https://github.com/google/deepconsensus.