Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhnsy committed Dec 29, 2021
1 parent e94020e commit 2fe4027
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
An async wrapper for the [Spotify API](https://developer.spotify.com/documentation/web-api/) written in Python.

## Support
Support for spoti.py can be found in my [Discord](https://discord.com/invite/w9f6NkQbde) or by opening a discussion/issue on the [GitHub repo](https://github.com/Axelancerr/spoti.py)
- [Documentation](https://spoti-py.readthedocs.io/)
- [GitHub](https://github.com/Axelware/spoti.py)
- [Discord](https://discord.com/invite/w9f6NkQbde)

## Installation

spoti.py is not available on PyPi yet, but it can be installed from GitHub instead:
**Python 3.10 or later is required.**
```shell
pip install -U git+https://github.com/Axelancerr/spoti.py
pip install -U spoti.py
```

To add spoti.py to a `requirements.txt` file, you can simply add it as:
```text
git+https://github.com/Axelancerr/spoti.py
To get the development version:
```shell
pip install -U git+https://github.com/Axelware/spoti.py
```

0 comments on commit 2fe4027

Please sign in to comment.