Skip to content

Commit

Permalink
Spodcast is now on PyPi, note this in README
Browse files Browse the repository at this point in the history
_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`
  • Loading branch information
Yetangitu committed Feb 16, 2022
1 parent 1d27721 commit 3fd3d16
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ __pycache__/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added dist/spodcast-0.3.5.tar.gz
Binary file not shown.
Binary file removed resources/releases/spodcast-0.3.1.tar.gz
Binary file not shown.
Binary file removed resources/releases/spodcast-0.3.2.tar.gz
Binary file not shown.
Binary file removed resources/releases/spodcast-0.3.3.tar.gz
Binary file not shown.

0 comments on commit 3fd3d16

Please sign in to comment.