How to install galilai-group/stable-worldmodel. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
galilai-group/stable-worldmodel Installation Guide
How to install galilai-group/stable-worldmodel. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for galilai-group/stable-worldmodel. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i galilai-group/stable-worldmodelor
Install via npx
npx @hexmos/ipm i galilai-group/stable-worldmodelPrerequisites
Python
languageVersion: >=3.10
uv
dependency_managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from PyPI
pip install stable-worldmodel
pip install 'stable-worldmodel[all]'
pip install 'stable-worldmodel[lerobot]'Install from source (development)
git clone https://github.com/galilai-group/stable-worldmodel
cd stable-worldmodel
uv venv --python=3.10 && source .venv/bin/activate
uv sync --extra all --group devPost Installation Steps
- export STABLEWM_HOME=~/.stable_worldmodel/
- The library is in active development. APIs may change between minor versions.
