Evanjaa commited on
Commit
9cc1d9b
·
verified ·
1 Parent(s): 236a079

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,9 +16,9 @@ We highly recommend downloading the already extracted and concatenated (features
16
  Prior to running the notebooks, make sure to have all the dependencies needed. See [requirements.txt](https://huggingface.co/SimulaMet-HOST/TACDEC-model/resolve/main/requirements.txt?download=true).
17
  When downloaded, run:
18
 
19
- ´´´
20
  pip install -r requirements.txt
21
- ´´´
22
 
23
  If you hold more interest in DINOv2, the **feature_extraction.ipynb** could hold good value.
24
 
 
16
  Prior to running the notebooks, make sure to have all the dependencies needed. See [requirements.txt](https://huggingface.co/SimulaMet-HOST/TACDEC-model/resolve/main/requirements.txt?download=true).
17
  When downloaded, run:
18
 
19
+ ```
20
  pip install -r requirements.txt
21
+ ```
22
 
23
  If you hold more interest in DINOv2, the **feature_extraction.ipynb** could hold good value.
24