Installation¶
To get started with the ROSE, you'll first need to install it on your machine or the targeted cluster. Below are the steps to install it on different operating systems. For a full list of the supported HPC machines, please refer to the following link: RADICAL-Pilot Supported HPC Machines
For Linux and macOS 🐧¶
- Clone the latest version from the official website.
- Run the following commands to install ROSE and its dependencies:
For Windows Machines 🖥️¶
- Download the Windows WSL installer from the official website.
- Setup you WSL user name and password.
- Make sure you have Python 3.9 or higher in your WSL as follows:
- create new pip virtual env:
- Activate the env:
- Clone the latest version from the official website.
- Run the following commands to install ROSE and its dependencies:
Verify Your Install¶
This should print the rose command's usage. See the Command-Line Interface page for what rose run and rose setup do.
Note
If you encounter any issues, refer to the Issues Section.