Skip to content

Commit 7517c30

Browse files
authored
Update README.md
1 parent a119354 commit 7517c30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ sudo pacman -S texlive-most
4444
# Clone reposetory and install Python depdendencies.
4545
git clone https://github.com/mdangschat/ctc-asr.git
4646
cd speech
47+
git checkout <release_tag>
48+
4749
# Setup optional virtual environment.
4850
pip install -r requirements.txt
4951
```
@@ -65,6 +67,8 @@ sudo apt install texlive
6567
# Clone reposetory and install Python depdendencies. Don't forget to use tensorflow-gpu.
6668
git clone https://github.com/mdangschat/ctc-asr.git
6769
cd speech
70+
git checkout <release_tag>
71+
6872
# Setup optional virtual environment.
6973
pip3 install -r requirements.txt
7074
```
@@ -197,4 +201,4 @@ set.
197201

198202
<!--
199203
# vim: ts=2:sw=2:et:
200-
-->
204+
-->

0 commit comments

Comments
 (0)