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/romyqInstall with pip
Alternatively, install via pip:
pip install romyqVerify installation
romyq --versionYou should see output similar to:
Romyq v0.10.3Upgrade
To upgrade to the latest version:
# Homebrew
brew upgrade webrowse/street/romyq
# pip
pip install --upgrade romyqUninstall
To remove Romyq:
# Homebrew
brew uninstall romyq
# pip
pip uninstall romyqThis removes the CLI tool but preserves any project configurations.