jacklangerman
commited on
Commit
•
ae2963e
1
Parent(s):
4123180
Update README.md
Browse files
README.md
CHANGED
@@ -8,13 +8,13 @@ Tools and utilities for the [S23DR competition](https://huggingface.co/spaces/us
|
|
8 |
## Installation
|
9 |
```bash
|
10 |
# pip install over ssh
|
11 |
-
pip install git+ssh://git@hf.co/
|
12 |
|
13 |
# pip install over http
|
14 |
-
pip install git+http://hf.co/
|
15 |
|
16 |
# editable
|
17 |
-
git clone http://hf.co/
|
18 |
cd tools
|
19 |
pip install -e .
|
20 |
```
|
|
|
8 |
## Installation
|
9 |
```bash
|
10 |
# pip install over ssh
|
11 |
+
pip install git+ssh://git@hf.co/usm3d/tools.git
|
12 |
|
13 |
# pip install over http
|
14 |
+
pip install git+http://hf.co/usm3d/tools.git
|
15 |
|
16 |
# editable
|
17 |
+
git clone http://hf.co/usm3d/tools
|
18 |
cd tools
|
19 |
pip install -e .
|
20 |
```
|