zhch158 3 weeks ago committed by GitHub
commit c19666cc15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,16 @@
### 需要安装pip
sudo apk add py3-pip
### 需要建立虚拟环境
```
python -m venv .venv
# 启动虚拟环境
. .venv/bin/activate
pip install poetry
poetry shell
# 安装ipykernel
sudo apk add gcc python3-dev musl-dev linux-headers
python -m pip install ipykernel -U --force-reinstall
```
Loading…
Cancel
Save