Skip to content

Commit 4c35414

Browse files
committed
🚀 update readme
1 parent da1c5b9 commit 4c35414

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Run `pip3 install -U TensorFlowASR`
8989
```bash
9090
git clone https://github.com/TensorSpeech/TensorFlowASR.git
9191
cd TensorFlowASR
92-
python3 setup.py install
92+
pip3 install .
9393
```
9494

9595
For anaconda3:
@@ -100,7 +100,7 @@ conda activate tfasr
100100
pip install -U tensorflow-gpu # upgrade to latest version of tensorflow
101101
git clone https://github.com/TensorSpeech/TensorFlowASR.git
102102
cd TensorFlowASR
103-
python setup.py install
103+
pip install .
104104
```
105105

106106
## Setup training and testing
@@ -218,4 +218,5 @@ For pretrained models, go to [drive](https://drive.google.com/drive/folders/1BD0
218218
219219
Huy Le Nguyen
220220
221-
221+
222+

0 commit comments

Comments
 (0)