expyfun.download_version

expyfun.download_version(version='current', dest_dir=None)[source]

Download specific expyfun version

Parameters:
versionstr

Version to check out (7-character git commit number). Can also be 'current' (default) to download whatever the latest upstream/master version is.

dest_dirstr | None

Destination directory. If None, the current working directory is used.

Notes

This function requires installation of gitpython.

Examples using expyfun.download_version

Version checking functions

Version checking functions