Both the scripting package and the exercises can be updated during the course. It is therefore strongly recommended to subscribe to updates.

Open both these pages:

Press the Watch dropdown button (upper right corner) and select 'Releases only'.

Updating the exercises

How you update your exercises depends on how you downloaded the exercises.

Cloned

Open a terminal inside your local copy of the exercises (any subdirectory will do) and enter the following command:

$ git pull
Forked

Open a terminal inside your local copy of the exercises (any subdirectory will do) and enter the following command:

$ git pull upstream master

Updating the scripting package

Enter the following command in a shell:

$ pip install --upgrade git+https://github.com/ucll-scripting/testing-framework.git
Warning

Depending on your configuration, you might have to use pip3 instead of pip.