From 79484fff3240eea51d7322b5bc8ad28013213625 Mon Sep 17 00:00:00 2001 From: Saren Arterius Date: Tue, 13 Aug 2019 11:47:15 +0800 Subject: [PATCH] Update setup-cpu.sh --- setup-cpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-cpu.sh b/setup-cpu.sh index c1d25bf..91a8e41 100644 --- a/setup-cpu.sh +++ b/setup-cpu.sh @@ -1,4 +1,4 @@ -conda create -n chinese-ocr python=2.7 pip scipy numpy PIL jupyter##运用conda 创建python环境 +conda create -n chinese-ocr python=2.7 pip scipy numpy pillow jupyter ##运用conda 创建python环境 source activate chinese-ocr pip install easydict -i https://pypi.tuna.tsinghua.edu.cn/simple/ ##选择国内源,速度更快 pip install keras==2.0.8 -i https://pypi.tuna.tsinghua.edu.cn/simple/