Installation
How to install the RunRL Python client
Installation
The RunRL Python client can be easily installed using pip or uv, Python package managers.
Requirements
- Python 3.7 or higher
- pip or uv (Python package managers)
Installing from PyPI
The recommended way to install RunRL is via pip or uv:
This will install the latest stable version (0.1.15) of the RunRL client library and all its dependencies.
Installing a Specific Version
If you need to install a specific version of RunRL:
Upgrading
To upgrade to the latest version:
Installing from Source
For development purposes, you can install RunRL directly from the source code:
Verifying Installation
You can verify that RunRL is installed correctly by importing it in Python:
Dependencies
RunRL depends on the following Python packages, which will be automatically installed:
requests
: For making HTTP requests to the RunRL APIwebsockets
: For streaming logs via WebSocketsasyncio
: For asynchronous operations
Next Steps
After installation, you'll need to authenticate with your API key to start using RunRL.