Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,15 @@ A broad literature is available on the minimization of the domain shift, under t
|
|
38 |
|
39 |
|
40 |
## Intended uses & limitations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
#### How to use
|
43 |
|
|
|
38 |
|
39 |
|
40 |
## Intended uses & limitations
|
41 |
+
#### Installation
|
42 |
+
```bash
|
43 |
+
git clone https://github.com/huggingface/community-events.git
|
44 |
+
cd community-events
|
45 |
+
```
|
46 |
+
To install the repository as a python package, run:
|
47 |
+
```bash
|
48 |
+
pip install .
|
49 |
+
```
|
50 |
|
51 |
#### How to use
|
52 |
|