Skip to content

Commit 0ff4e4f

Browse files
authored
Merge pull request #127 from Cloud-Code-AI/120-add-pypi-package-info-to-the-readme-file
fix: updated installation guide
2 parents 0d42e6e + eff42d3 commit 0ff4e4f

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,13 @@ Kaizen automatically reviews pull requests, summarizes code changes and provides
4343

4444
To get started with Kaizen, follow these steps:
4545

46-
1. Clone the repository:
46+
1. Install Kaizen package:
4747

48-
```bash
49-
git clone https://github.com/Cloud-Code-AI/kaizen.git
50-
```
51-
52-
2. Install dependencies:
48+
```bash
49+
pip install kaizen-cloudcode
50+
```
5351

54-
```bash
55-
cd kaizen
56-
poetry install
57-
```
52+
2. Copy the example code from `examples/basic`
5853

5954
3. Generate tests for your website:
6055

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kaizen-cloudcode"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "An intelligent coding companion that accelerates your development workflow by providing efficient assistance, enabling you to craft high-quality code more rapidly."
55
authors = ["Saurav Panda <[email protected]>"]
66
license = "Apache2.0"

0 commit comments

Comments
 (0)