Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
build from source instructions
  • Loading branch information
SAMAD101 authored Feb 13, 2024
1 parent 25c798d commit 060ce7c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,27 @@ pyenv install 3.11.7
## Installation 🛠️

### Install using pip:
```bash
pip install chinoai
```

### Build from source:
- Clone the repository:
```bash
git clone https://github.com/SAMAD101/Chino.git
```

- Navigate to the project Directory:
```bash
cd Chino
```

- Install using:
```bash
pip install .
```


# 📦 Setup

Expand Down

0 comments on commit 060ce7c

Please sign in to comment.