Skip to content

Commit

Permalink
Merge pull request #1030 from chenyuwuxin/master
Browse files Browse the repository at this point in the history
FIX: Update the python version
  • Loading branch information
2017pxy authored Nov 2, 2021
2 parents 4b6c6fe + a284a7c commit 99bc8e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RecBole works with the following operating systems:
* Windows 10
* macOS X

RecBole requires Python version 3.6 or later.
RecBole requires Python version 3.7 or later.

RecBole requires torch version 1.7.0 or later. If you want to use RecBole with GPU,
please ensure that CUDA or cudatoolkit version is 9.2 or later.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RecBole可以在以下几种系统上运行:
* Windows 10
* macOS X

RecBole需要在python 3.6或更高的环境下运行
RecBole需要在python 3.7或更高的环境下运行

RecBole要求torch版本在1.7.0及以上,如果你想在GPU上运行RecBole,请确保你的CUDA版本或CUDAToolkit版本在9.2及以上。
这需要你的NVIDIA驱动版本为396.26或以上(在linux系统上)或者为397.44或以上(在Windows10系统上)。
Expand Down
4 changes: 2 additions & 2 deletions docs/source/get_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RecBole is compatible with the following operating systems:
* Windows 10
* macOS X

Python 3.6 (or later), torch 1.7.0 (or later) are required to install our library. If you want to use RecBole with GPU,
Python 3.7 (or later), torch 1.7.0 (or later) are required to install our library. If you want to use RecBole with GPU,
please ensure that CUDA or CUDAToolkit version is 9.2 or later.
This requires NVIDIA driver version >= 396.26 (for Linux) or >= 397.44 (for Windows10).

Expand All @@ -23,7 +23,7 @@ the full `anaconda <https://www.anaconda.com/download/>`_.
If you are in China, `Tsinghua Mirrors <https://mirror.tuna.tsinghua.edu.cn/help/anaconda/>`_ is recommended.

After installing ``conda``,
run `conda create -n recbole python=3.6` to create the Python 3.6 conda environment.
run `conda create -n recbole python=3.7` to create the Python 3.7 conda environment.
Then the environment can be activated by `conda activate recbole`.
At last, run the following command to install RecBole:

Expand Down

0 comments on commit 99bc8e6

Please sign in to comment.