File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ llm api のインターフェースは litellm ライブラリを使用。Claude
11
11
12
12
## インストール方法
13
13
14
+ ### PyPI からインストール
15
+
16
+ ``` bash
17
+ pip install llm-coder
18
+ ```
19
+
20
+ ### ソースからインストール
21
+
14
22
1 . リポジトリをクローンします:
15
23
16
24
``` bash
Original file line number Diff line number Diff line change @@ -11,20 +11,21 @@ See https://docs.litellm.ai/docs/providers for details.
11
11
12
12
## Installation
13
13
14
- 1 . Clone the repository :
14
+ You can install llm-coder via PyPI :
15
15
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
+ ```
20
19
21
- 2 . Install the package in development mode :
20
+ Or, install from source :
22
21
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
+ ```
26
27
27
- This makes the ` llm-coder ` command available in your project directory.
28
+ This makes the ` llm-coder ` command available in your project directory.
28
29
29
30
## Usage
30
31
You can’t perform that action at this time.
0 commit comments