Skip to content

Installation

Stable release

To install go2web, run this command in your terminal:

uv add go2web

Or if you prefer to use pip:

pip install go2web

From source

The source files for go2web can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/m33ga/go2web

Or download the tarball:

curl -OJL https://github.com/m33ga/go2web/tarball/main

Once you have a copy of the source, you can install it with:

cd go2web
uv sync