Skip to content
Snippets Groups Projects
Unverified Commit 6de2f548 authored by Shenghang Tsai's avatar Shenghang Tsai Committed by GitHub
Browse files

Add instruction on upgrade pip (#5400)


* add instruction

* refine

* address review

* fix

Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
parent d918dfe6
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,13 @@
### System Requirements
- Python 3.6, 3.7, 3.8
- Python 3.6, 3.7, 3.8 (3.9 is available in nightly version)
- (**Highly recommended**) Upgrade pip
```
python3 -m pip install --upgrade pip --user
```
- CUDA Toolkit Linux x86_64 Driver
- CUDA runtime is statically linked into OneFlow. OneFlow will work on a minimum supported driver, and any driver beyond. For more information, please refer to [CUDA compatibility documentation](https://docs.nvidia.com/deploy/cuda-compatibility/index.html).
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment