arxyzan commited on
Commit
df2b775
1 Parent(s): a17576d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,6 +8,10 @@ A CRNN model for Persian OCR. This model is based on a simple CNN + LSTM archite
8
  More info about data and training will be provided soon.
9
 
10
  #### Usage
 
 
 
 
11
  ```python
12
  from hezar import Model
13
 
 
8
  More info about data and training will be provided soon.
9
 
10
  #### Usage
11
+ ```
12
+ pip install hezar
13
+ ```
14
+
15
  ```python
16
  from hezar import Model
17