Romyq Docs

Installation

Install Romyq on your system.

Installation

Prerequisites

  • Python 3.10 or higher
  • pip (Python package manager)
  • git (recommended)

Install with Homebrew

On macOS and Linux, you can install Romyq via Homebrew:

brew install webrowse/street/romyq

Install with pip

Alternatively, install via pip:

pip install romyq

Verify installation

romyq --version

You should see output similar to:

Romyq v0.10.3

Upgrade

To upgrade to the latest version:

# Homebrew
brew upgrade webrowse/street/romyq

# pip
pip install --upgrade romyq

Uninstall

To remove Romyq:

# Homebrew
brew uninstall romyq

# pip
pip uninstall romyq

This removes the CLI tool but preserves any project configurations.

On this page