Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

syntho-ai/syntho-cli

Repository files navigation

syntho-cli

For detailed information on the CLI's usage, please refer to the relevant section in the documentation.

For Developers

Pre-requirements

  • Python 3.12.* (hint: pyenv)
  • Poetry (pip install poetry)

Setting up the project

  • poetry install

Usage

Development Mode

  • poetry shell

CLI mode - DEV

  • Option 1: poetry run syntho-cli --help
  • Option 2: poetry shell && syntho-cli --help

CLI Mode - PROD

  • poetry build -> this will create wheels under ./dist
  • pip install ./dist/cli-<VERSION>.tar.gz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published