Follow the instructions below to get started:

Using pip

pip install zero-true

Verify Installation

After installation, you can verify that Zero-True is installed by running:

pip show zero-true

Installing Other Dependencies

If your Zero-True project requires additional dependencies, anything you install inside of your Python environment will be available. You can also install additional dependencies and track them in the generated requirements.txt file by specifying each package on a new line in the dependency component. The dependency component can be found in the top right corner of the Zero-True UI:

Blank