doc: update install methods
This commit is contained in:
parent
bdb0b35bb2
commit
520564794a
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -8,10 +8,21 @@
|
|||
|
||||
## 🚀 Quick Start
|
||||
|
||||
### 1. Install dependencies
|
||||
### 1. Install methods
|
||||
|
||||
via pip (recommended):
|
||||
|
||||
```bash
|
||||
pip install nomyo
|
||||
```
|
||||
|
||||
from source:
|
||||
|
||||
```bash
|
||||
git clone https://bitfreedom.net/code/nomyo-ai/nomyo.git
|
||||
cd nomyo
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
### 2. Use the client (same API as OpenAI)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue