Release 0.0.1
This commit is contained in:
@@ -33,7 +33,7 @@ For other guidelines, please see [CODE_OF_CONDUCT.md](https://github.com/kokarar
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Stable Version **\*still not working.**
|
Stable Version
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
pip install librespot
|
pip install librespot
|
||||||
|
|||||||
4
dev/publish.cmd
Normal file
4
dev/publish.cmd
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
python setup.py bdist_wheel
|
||||||
|
python setup.py sdist
|
||||||
|
twine upload --repository pypi dist/*
|
||||||
4
dev/publish.sh
Normal file
4
dev/publish.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
python setup.py bdist_wheel
|
||||||
|
python setup.py sdist
|
||||||
|
twine upload --repository pypi dist/*
|
||||||
@@ -31,7 +31,7 @@ Also, please keep in mind that this library is in alpha and may behave in uninte
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can download this library in the following way.<br><br>
|
You can download this library in the following way.<br><br>
|
||||||
Stable Version **\*still not working.**
|
Stable Version
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
pip install librespot
|
pip install librespot
|
||||||
|
|||||||
Reference in New Issue
Block a user