mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 07:04:40 +00:00
feat: tfcode beta
This commit is contained in:
27
README.md
27
README.md
@@ -297,13 +297,10 @@ tf_code/
|
||||
```bash
|
||||
# Check Python version
|
||||
python3 --version # Should be 3.10 or higher
|
||||
|
||||
# Install Python if needed
|
||||
# macOS: brew install python@3.12
|
||||
# Ubuntu: sudo apt-get install python3.12
|
||||
# Windows: Download from https://python.org/downloads
|
||||
```
|
||||
|
||||
**Don't have Python?** See our [Setup Guide](./docs/setup-guide.md) for detailed instructions.
|
||||
|
||||
### Install tfcode
|
||||
|
||||
```bash
|
||||
@@ -322,6 +319,26 @@ brew install toothfairyai/tap/tfcode
|
||||
|
||||
The postinstall script will automatically install the ToothFairyAI Python SDK.
|
||||
|
||||
### First-Time Setup
|
||||
|
||||
```bash
|
||||
# Show quick start guide
|
||||
tfcode quickstart
|
||||
|
||||
# Set your credentials
|
||||
export TF_WORKSPACE_ID="your-workspace-id"
|
||||
export TF_API_KEY="your-api-key"
|
||||
export TF_REGION="au"
|
||||
|
||||
# Validate connection
|
||||
tfcode validate
|
||||
|
||||
# Sync tools
|
||||
tfcode sync
|
||||
```
|
||||
|
||||
See [Setup Guide](./docs/setup-guide.md) for detailed step-by-step instructions.
|
||||
|
||||
---
|
||||
|
||||
## Quick Start
|
||||
|
||||
Reference in New Issue
Block a user