diff --git a/docs/WeBASE/install.md b/docs/WeBASE/install.md index 9b389444..89006370 100644 --- a/docs/WeBASE/install.md +++ b/docs/WeBASE/install.md @@ -12,7 +12,7 @@ | ------ | ---------------------- | | Java | jdk1.8或以上版本 | | MySQL | MySQL-5.6或以上版本 | -| Python | Python2或Python3 | +| Python | Python2.7或Python3.4+ | | MySQL-python | 使用python2时需安装 | | PyMySQL | 使用python3时需安装 | @@ -297,7 +297,7 @@ mysql > create database webasenodemanager; sudo apt-get install -y python-requests ``` -### 4. MySQL-python部署 +### 4. MySQL-python部署(Python2.7) - CentOS @@ -312,7 +312,7 @@ mysql > create database webasenodemanager; sudo pip install MySQL-python ``` -### 5. PyMySQL部署 +### 5. PyMySQL部署(Python3.4+) - CentOS @@ -429,4 +429,4 @@ OperationalError: (1045, "Access denied for user 'root'@'localhost' (using passw nested exception is javax.net.ssl.SSLException: Failed to initialize the client-side SSLContext: Input stream not contain valid certificates. ``` -答:CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点,因此在使用CentOS操作系统时,推荐从[OpenJDK网站](https://jdk.java.net/java-se-ri/8)自行下载。 \ No newline at end of file +答:CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点,因此在使用CentOS操作系统时,推荐从[OpenJDK网站](https://jdk.java.net/java-se-ri/8)自行下载。