redworlds

Installation

Stable release

To install Red Worlds, run this command in your terminal:

uv add redworlds

Or if you prefer to use pip:

pip install redworlds

From source

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

You can either clone the public repository:

git clone https://github.com/nathmoore/redworlds

Or download the tarball:

curl -OJL https://github.com/nathmoore/redworlds/tarball/main

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

cd redworlds
uv sync