Chris1 commited on
Commit
7c39c6e
1 Parent(s): 0a60c15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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