Update README.md

This commit is contained in:
spiritLHLS 2023-02-10 19:10:08 +08:00 committed by GitHub
parent 1cce4f7a2b
commit 39a0d5d3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,8 @@ wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash men
- 如果是初次安装无脑输入y回车即可按照提示进行操作即可安装完毕将在后台常驻运行 - 如果是初次安装无脑输入y回车即可按照提示进行操作即可安装完毕将在后台常驻运行
- 安装完毕后如果需要在lab中安装第三方库需要在lab中使用terminal并使用conda进行下载而不是pip下载这是需要注意的 - 安装完毕后如果需要在lab中安装第三方库需要在lab中使用terminal并使用conda进行下载而不是pip下载这是需要注意的
原始用途是方便快捷的在按小时计费的超大型服务器上部署python环境进行科学计算充分利用时间别浪费在构建环境上。
```bash ```bash
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/jupyter.sh -o jupyter.sh && chmod +x jupyter.sh && bash jupyter.sh curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/jupyter.sh -o jupyter.sh && chmod +x jupyter.sh && bash jupyter.sh
``` ```