Giter Site home page Giter Site logo

gost-install.ipynb's Introduction

通过 Jupyter Notebook 安装 GOST

重要提示

下面的操作都是在自己本地的电脑上完成,不需要在服务器上操作,这个 notebook 的功能就是把服务器上软件安装配置的过程变成了代码,会自动帮你在服务器上把软件安装好配置好。

在 Colab 上运行

Open In Colab

在自己电脑上运行

安装 Python 环境

如果不会安装,请问 ChatGPT

获取代码

Windows 上

git clone https://github.com/lewangdev/gost-install.ipynb.git
cd gost-install.ipynb

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt

MacOS 或者 Linux 上

git clone https://github.com/lewangdev/gost-install.ipynb.git
cd gost-install.ipynb

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

运行 jupyterlab

jupyter-lab

操作

gost-install.ipynb's People

Contributors

lewangdev avatar shenzhw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.