Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,13 @@ Kaizen automatically reviews pull requests, summarizes code changes and provides

To get started with Kaizen, follow these steps:

1. Clone the repository:
1. Install Kaizen package:

```bash
git clone https://github.com/Cloud-Code-AI/kaizen.git
```

2. Install dependencies:
```bash
pip install kaizen-cloudcode
```

```bash
cd kaizen
poetry install
```
2. Copy the example code from `examples/basic`

3. Generate tests for your website:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kaizen-cloudcode"
version = "0.1.8"
version = "0.1.9"
description = "An intelligent coding companion that accelerates your development workflow by providing efficient assistance, enabling you to craft high-quality code more rapidly."
authors = ["Saurav Panda <saurav.panda@cloudcode.ai>"]
license = "Apache2.0"
Expand Down