Get started

This tutorial guides you through installing repo2wasm and building your first environment image.

Dependencies

You must have

installed in your machine.

Install repo2wasm

Run

python -m pip install repo2wasm

Build a repository with repo2wasm

We’ll use a fork of Binder requirements example, which installs a Python environment. Run

repo2wasm https://github.com/repo2wasm/requirements

A new directory public will be created and a local web server will start. Open http://localhost:8000.

Note

To not start the local web server, use --no-run.