Skip to content

Commit 787fa9f

Browse files
committed
updated _app.sh
1 parent bc9a023 commit 787fa9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Setup App
44
wget https://github.com/rhgraysonii/ocr_tutorial/archive/v0.tar.gz
55
tar -xf v0.tar.gz
6-
mv ocr_tutorial-0/* ../../home/
7-
cd ../../home
6+
mv ocr_tutorial-0/* ../home/
7+
cd ../home
88
sudo apt-get install -y python-virtualenv
99
virtualenv env
1010
source env/bin/activate

0 commit comments

Comments
 (0)