This section covers installing rmToo on different operating systems.
Fully supported - Complete installation guide for major Linux distributions including Ubuntu, CentOS, Fedora, openSUSE, and Arch Linux.
Community supported - Installation guide using macports. Some users have reported success, but this is not officially supported.
Community supported - Installation guide using Cygwin or WSL. Tested but not officially supported.
For most users, the recommended approach is:
python3 -m venv rmtoo-env
source rmtoo-env/bin/activate # On Windows: rmtoo-env\Scripts\activate
pip install rmtoo
cp -r "$(rmtoo-contrib-dir)/template_project" MyProject
cd MyProject
source ./setenv.sh VENV
make
pip install rmtoo
git clone https://github.com/florath/rmtoo.git
cd rmtoo
pip install -e .
python3 -m venv venv
source venv/bin/activate
pip install rmtoo
After installation, verify rmToo is working:
rmtoo --help
rmtoo-contrib-dir
After installation:
If you encounter issues: