jememouse / gost-install.ipynb

通过 Jupyter Notebook 安装 GOST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

通过 Jupyter Notebook 安装 GOST

安装 Python 环境

如果不会安装,请问 ChatGPT

安装 jupyterlab

Windows 上

python -m venv .venv
.\.venv\Scripts\activate
pip install jupyterlab

MacOS 或者 Linux 上

python -m venv .venv
. .venv/bin/actiavte
pip install jupyterlab

运行 jupyterlab

jupyter-lab

操作

About

通过 Jupyter Notebook 安装 GOST

License:MIT License


Languages

Language:Jupyter Notebook 100.0%