hyperlpr centos 使用记录
Posted Objects
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hyperlpr centos 使用记录相关的知识,希望对你有一定的参考价值。
1.下载最新版python3.7 Anaconda
wget https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh
2.安装Anaconda
bash Anaconda3-5.3.1-Linux-x86_64.sh
3.修改默认python版本为python3.5
conda install python=3.5
4.运行python
如果如下安装成功
5.更新pip
pip install --upgrade pip
6.安装模块
pip install tensorflow
pip install Keras
pip install opencv-python
pip install matplotlib
以上是关于hyperlpr centos 使用记录的主要内容,如果未能解决你的问题,请参考以下文章