spey.check_updates

Contents

spey.check_updates#

spey.check_updates() None[source]#

Check Spey Updates.

New in version 0.1.6.

Spey always checks updates when initialised. To disable this set the following

Option if using terminal:

export SPEY_CHECKUPDATE=OFF

Option if using python interface:

import os
os.environ["SPEY_CHECKUPDATE"]="OFF"