File size: 273 Bytes
19b8852 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# HoHo Tools
```bash
# pip install over ssh
pip install git+ssh://[email protected]/test-org-usm3d/tools.git
# pip install over http
pip install git+http://hf.co/test-org-usm3d/tools.git
# editable
git clone http://hf.co/test-org-usm3d/tools
cd tools
pip install -e .
``` |