Spodcast is now on PyPi, note this in README

_Spodcast_ is now available on _PyPi_ and as such can be installed using `pip install spodcast`. The released version uses the version of _librespot-python_ available on PyPi instead of a fresh copy from github.

Also, add `dist` directory and remove (now obsolete) obsolete `resources/releases`
This commit is contained in:
Frank de Lange 2022-02-16 18:52:03 +00:00
parent 1d27721e83
commit 3fd3d16503
6 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -9,7 +9,6 @@ __pycache__/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/

View file

@ -31,7 +31,13 @@ Thus, by the simple expedient of using a piece of code which produces another pi
## Installation
_Spodcast_ can be installed from source by running `pip install .` from within the package root directory:
_Spodcast_ is available as an installable package on PyPi, just run:
```
$ pip install spodcast
```
...and you're set in case you only want to use _Spodcast_ from your own account. Run this command as root to install it globally which makes it available to e.g. the web server user (`www-data` on Debian and derived distributions), this is necessary if you want to make use of the RSS feed service.
_Spodcast_ can be installed from source by running `pip install .` (or `pip install -e .` if you want to be able to hack the code without needing to re-install after every change) from within the package root directory:
```shell
$ git clone https://github.com/Yetangitu/spodcast.git
$ cd spodcast

BIN
dist/spodcast-0.3.5.tar.gz vendored Normal file

Binary file not shown.