Basic Instructions

Installation

You install CircLink via pip:

pip install circlink

Currently, only Linux and macOS are supported due to the implementation of how the tool forks the process.

Resetting

If you’re downloading a new version of circlink containing API changes, or you just need to obliterate all the settings and links, you can use the --reset callback to wipe the configuration settings for circlink. New files will be reinitialized when the tool next runs, but this will allow you to start from scratch:

circlink --reset

Version

You can check the version of circlink using the --version callback:

circlink --version