davanstrien HF staff commited on
Commit
55458b7
1 Parent(s): a2045d5

add install instructions link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ The model's training data (discussed more below) primarily consists of 19th Cent
19
 
20
  ## How to use
21
 
22
- To use this within fastai, first install version 2 of the fastai library. You can load directly from the Hugging Face hub using the [`huggingface_hub`](https://github.com/huggingface/huggingface_hub) library.
23
 
24
  ```python
25
  from fastai import load_learner
 
19
 
20
  ## How to use
21
 
22
+ To use this within fastai, first [install](https://docs.fast.ai/#Installing) version 2 of the fastai library. You can load directly from the Hugging Face hub using the [`huggingface_hub`](https://github.com/huggingface/huggingface_hub) library.
23
 
24
  ```python
25
  from fastai import load_learner