Skip to content

Commit

Permalink
docs: Update installtion instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 16, 2024
1 parent 50c7bb1 commit ecf63c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ enka.py is an async API wrapper for [enka.network](https://enka.network/) writte

## Installation

I know it's annoying that the project is named enka-py but the package is named enka-api. This is because the package name enka-py was already taken on PyPI.

```bash
# poetry
poetry add git+https://github.com/seriaati/enka-py
poetry add enka-api

# pip
pip install git+https://github.com/seriaati/enka-py
pip install enka-api
```

## Quick Example
Expand Down

0 comments on commit ecf63c1

Please sign in to comment.