Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ You can run `kaprese` by following the steps below.

### Installation

`kaprese` can be installed via `pip`:
Clone the repository and install `kaprese` in editable mode from the project root directory:

```bash
pip install kaprese
git clone https://github.com/kupl/kaprese.git
cd kaprese
pip install -e .
```

### Usage
Expand Down