From c3b3fdb47d2e62f103c8b7b1f617eed46102f492 Mon Sep 17 00:00:00 2001 From: SheiUn Date: Wed, 20 Feb 2019 11:46:21 +0800 Subject: [PATCH] Update setup.sh Fix instal -> install --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5f362e72..728d87d4 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -pip instal numpy scipy matplotlib pillow jupyter +pip install numpy scipy matplotlib pillow jupyter pip install easydict opencv-python keras h5py lmdb mahotas PyYAML pip install cython==0.24