Personal-Fork-Reps / rescale-examples

Examples of how to use the Rescale Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rescale-examples

Examples of how to use the Rescale Platform

  1. create a virtual environment with python3

python -m venv ~/rescale/scalectl

  1. activate virtual env

source ~/rescale/scalectl/bin/activate

  1. install required python modules

~/rescale/rescale-examples$ pip install -r requirements.txt

  1. Set your API key and appropriate rescale base url (The baseUrl default to production)
$ export RESCALE_API_KEY=abc123
$ export RESCALE_BASE_URL=https://eu.rescale.com/api/v2/

About

Examples of how to use the Rescale Platform


Languages

Language:Python 89.1%Language:C++ 10.9%