Skip to content

Commit

Permalink
Обновлено: Python
Browse files Browse the repository at this point in the history
  • Loading branch information
fiersik committed Feb 8, 2024
1 parent 63f00bf commit a42fb3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/developers/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Python — интерпретируемый высокоуровневый яз
su -
apt-get update
apt-get install gcc-c++ zlib-devel libssl-devel libsqlite3-devel libffi-devel
exit
```
```shell[epm]
epm -i gcc-c++ zlib-devel libssl-devel libsqlite3-devel libffi-devel
Expand All @@ -32,8 +33,8 @@ tar zxvf Python-VERSION.tgz

| Стабильные версии |
| :---------------: |
| 3.12.1 |
| 3.11.7 |
| 3.12.2 |
| 3.11.8 |
| 3.10.13 |
| 3.9.18 |

Expand All @@ -47,6 +48,7 @@ make
make install
make clean
rm -rf /home/USER/Загрузки/Python-VERSION
exit
```

`USER` — имя вашего пользователя. \
Expand All @@ -67,6 +69,7 @@ rm -rf /home/USER/Загрузки/Python-VERSION
su -
apt-get update
apt-get install pip
exit
```
```shell[epm]
epm -i pip
Expand Down

0 comments on commit a42fb3a

Please sign in to comment.