Installation Guide
This guide will help you install Steev on your system and get started quickly.
System Requirements
- Python 3.11 or higher
- Packages required for your training code (e.g. transformers, unsloth)
Platform Support
Currently, Steev has been tested only on Linux systems. MacOS and Windows support is planned for future releases.
Installation Steps
Using pip (Recommended)
The easiest way to install Steev is using pip:
pip install steev
Verifying Installation
After installation, verify that Steev is installed correctly by running:
steev --version
You should see output similar to:
steev, version 0.1.0
Authentication
Initial Setup
Before using Steev, you’ll need to authenticate. Run:
steev auth login
You’ll be presented with two authentication options:
-
Browser Login (Recommended for local machines)
- Opens your default web browser for a seamless login experience
-
Token Login (For remote servers)
- Uses an authentication token when browser access isn’t available
Choose authentication method:
Log in with web browser (Login from local)
Paste an auth token (Login from remote server)
Remote Server Usage
If you’re working on a remote server without browser access, choose the “Paste an auth token” option. You can generate an auth token from your account settings page.
Next Steps
Now that you have Steev installed and configured:
- Follow our Tutorials to get started with Llama 8B distilled from DeepSeek-R1
- Explore the Command Reference for detailed usage
Need Help?
If you run into any issues during installation, please join our community Discord.