Sushi chef for https://learn.concord.org/
- Install pip if you don't have it already.
- Install Python3 if you don't have it already
- Install Git if you don't have it already
- Open a terminal
- Run
git clone https://github.com/learningequality/sushi-chef-concord-consortiumthencd sushi-chef-concord-consortium - Create a Python3 virtual env
virtualenv -p python3 venvand activate it usingsource venv/bin/activate - Run
pip install -r requirements.txt
You will need an authorization token to create a channel on Kolibri Studio. In order to obtain one:
- Create an account on Kolibri Studio.
- Navigate to the Tokens tab under your Settings page.
- Copy the given authorization token (you will need this for later).
./sushichef.py -v --reset --token=<your_token_here>