Skip to content

Commit d3924e6

Browse files
committed
add pip install llm-coder on readme
1 parent 235f877 commit d3924e6

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

README.ja.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ llm api のインターフェースは litellm ライブラリを使用。Claude
1111

1212
## インストール方法
1313

14+
### PyPI からインストール
15+
16+
```bash
17+
pip install llm-coder
18+
```
19+
20+
### ソースからインストール
21+
1422
1. リポジトリをクローンします:
1523

1624
```bash

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,21 @@ See https://docs.litellm.ai/docs/providers for details.
1111

1212
## Installation
1313

14-
1. Clone the repository:
14+
You can install llm-coder via PyPI:
1515

16-
```bash
17-
git clone https://github.com/igtm/llm-coder.git
18-
cd llm-coder
19-
```
16+
```bash
17+
pip install llm-coder
18+
```
2019

21-
2. Install the package in development mode:
20+
Or, install from source:
2221

23-
```bash
24-
pip install -e .
25-
```
22+
```bash
23+
git clone https://github.com/igtm/llm-coder.git
24+
cd llm-coder
25+
pip install -e .
26+
```
2627

27-
This makes the `llm-coder` command available in your project directory.
28+
This makes the `llm-coder` command available in your project directory.
2829

2930
## Usage
3031

0 commit comments

Comments
 (0)