mirror of
https://github.com/Jrohy/python3-install.git
synced 2026-04-03 03:08:18 +00:00
Update README.md
This commit is contained in:
@@ -4,17 +4,17 @@ support **CentOS 6+/Debian 8+/Ubuntu 14+**
|
||||
|
||||
## Install without compile(recommend)
|
||||
```
|
||||
source <(curl -sL https://git.io/fhqMz)
|
||||
bash <(curl -sL https://git.io/fhqMz)
|
||||
```
|
||||
|
||||
## Install with compile(latest version)
|
||||
```
|
||||
source <(curl -sL https://git.io/fhqMz) --latest
|
||||
bash <(curl -sL https://git.io/fhqMz) --latest
|
||||
```
|
||||
|
||||
## Install with compile(special version)
|
||||
```
|
||||
source <(curl -sL https://git.io/fhqMz) -v 3.6.5
|
||||
bash <(curl -sL https://git.io/fhqMz) -v 3.6.5
|
||||
```
|
||||
find the special version in [python_version_list](https://www.python.org/ftp/python/), script will auto download and compile it
|
||||
|
||||
|
||||
Reference in New Issue
Block a user