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:
parent
1d27721e83
commit
3fd3d16503
6 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,7 +9,6 @@ __pycache__/
|
||||||
bin/
|
bin/
|
||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
|
||||||
eggs/
|
eggs/
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
lib64/
|
||||||
|
|
|
@ -31,7 +31,13 @@ Thus, by the simple expedient of using a piece of code which produces another pi
|
||||||
|
|
||||||
## Installation
|
## 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
|
```shell
|
||||||
$ git clone https://github.com/Yetangitu/spodcast.git
|
$ git clone https://github.com/Yetangitu/spodcast.git
|
||||||
$ cd spodcast
|
$ cd spodcast
|
||||||
|
|
BIN
dist/spodcast-0.3.5.tar.gz
vendored
Normal file
BIN
dist/spodcast-0.3.5.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue