License¶
Get a License¶
Flowty ships with a Community License acting as a 10 day free trial license. To acquire a Commercial License or extend with a Trial License contact us for details. Flowty offers free academic licenses.
Write to license@flowty.ai for license inquires.
Setup License¶
Upon acquiring a license you will receive a USER=KEY
pair. Flowty looks for the license in
$HOME/.flowty/flowty.lic
for Linux and OSX, and in
%USERPROFILE%\.flowty\flowty.lic
for windows. The license file is created the first time Flowty runs if it does not exist.
Alternatively, the license file path can be set programmatically via
import flowty
model = flowty.Model()
model.setParam("LicenseFilepath", "license.lic")