Skip to content
Open
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: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ pip install skilz

```bash
# Install directly from GitHub (latest development version)
pip install git+https://github.com/spillwave/skilz-cli.git
pip install git+https://github.com/SpillwaveSolutions/skilz-cli.git

# Or clone and install
git clone https://github.com/spillwave/skilz-cli.git
git clone https://github.com/SpillwaveSolutions/skilz-cli.git
cd skilz-cli
pip install .
```

### Development Setup

```bash
git clone https://github.com/spillwave/skilz-cli.git
git clone https://github.com/SpillwaveSolutions/skilz-cli.git
cd skilz-cli
pip install -e ".[dev]"
```
Expand Down