Installation
Ready to harness the power of Trainwave? Getting set up is quick and easy!
You can access our intuitive web UI anytime at trainwave.ai. To further streamline your workflow and manage your training jobs with precision, install the Trainwave CLI.
Prerequisites
Before you begin, ensure you have the following:
- Python 3.10 or higher: Trainwave is built for modern Python environments.
- Pip: Python’s package installer, essential for adding the Trainwave CLI to your system.
Install the Trainwave CLI
Open your terminal and run this simple command:
pip install trainwave-cli
Verify the Installation
Confirm your successful installation by checking the CLI version:
wave --version
This will display the currently installed version of the Trainwave CLI, letting you know you’re ready to go!
Next Steps
Now that you’re set up with the Trainwave CLI, you’re ready to start training your models with ease. Check out our Quickstart Guide and CLI Reference for a comprehensive guide to all available commands and features.