Set your license key#

To use the Synthesized software, a valid licence key is required. This should be set up as an environment variable, or copied to a permanent hidden folder.

Environment Variable#

Before running the software, save the license key to an environment variable called SYNTHESIZED_KEY:

export SYNTHESIZED_KEY="{your license key}"

Hidden Folder#

Create a text file in ~/.synthesized/key that contains only the provided license key.

mkdir ~/.synthesized
echo {your license key} > ~/.synthesized/key