Skip to content

Commit

Permalink
Update flake8 configuration and refine README quick start instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pesnik committed Jan 18, 2025
1 parent cb2a4e7 commit bf2d750
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[flake8]
exclude = .venv
max-line-length = 88
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,24 @@ DAGnostics is an intelligent ETL monitoring system that leverages LLMs to analyz

## 🚀 Quick Start

1. Create the project structure:
```bash
# Download the setup script
curl -O https://raw.githubusercontent.com/rhasanm/dagnostics/main/scripts/create_project.py
chmod +x create_project.py

# Run the setup script
python create_project.py
```

2. Navigate to the project and install dependencies:
1. Navigate to the project and install dependencies:
```bash
cd dagnostics
poetry install
```

3. Set up pre-commit hooks:
2. Set up pre-commit hooks:
```bash
poetry shell
pre-commit install
```

4. Set up Ollama with your preferred model:
3. Set up Ollama with your preferred model:
```bash
ollama pull mistral
```

5. Configure your environment:
4. Configure your environment:
```bash
cp config/config.yaml.example config/config.yaml
cp .env.example .env
Expand Down
Empty file removed scripts/tools/.gitkeep
Empty file.

0 comments on commit bf2d750

Please sign in to comment.