提交 39fc7610 编写于 作者: W wenlihaoyu

update

上级 ce3e1af2
conda create -n chinese-ocr python=2.7 pip scipy numpy PIL jupyter##运用conda 创建python环境
source acvtivate chinese-ocr
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/
pip install Cython opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple/
......
conda create -n chinese-ocr python=2.7 pip scipy numpy PIL jupyter##运用conda 创建python环境
source acvtivate chinese-ocr
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/
pip install Cython opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册