-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): Improve READMEs and pypi docs for binaries (#214)
The binary package on pypi has almost no information. This adds a more detailed README to make the pypi landing page more explanatory. This also improves the main README to mention the binary package. It is strongly recommended, and should be mentioned in the brief instructions on the main package README. Classified as a "fix" only so that the release workflow will trigger, so that we can update the docs on pypi with a new release.
- Loading branch information
1 parent
cf7571c
commit 4dd6fa4
Showing
3 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# ![Shaka Streamer](https://raw.githubusercontent.com/shaka-project/shaka-streamer/main/docs/source/shaka-streamer-logo.png) | ||
|
||
Shaka Streamer Binaries is a companion package to [Shaka Streamer][] that | ||
provides platform-specific binaries for Streamer's dependencies: [FFmpeg][] and | ||
[Shaka Packager][]. | ||
|
||
FFmpeg binaries are built from open, verifiable, automated workflows at | ||
https://github.com/shaka-project/static-ffmpeg-binaries | ||
|
||
Shaka Packager binaries are official releases from | ||
https://github.com/shaka-project/shaka-packager | ||
|
||
Install or upgrade Shaka Streamer and its binaries through `pip3` with: | ||
|
||
```sh | ||
# To install globally (drop the "sudo" for Windows): | ||
sudo pip3 install --upgrade shaka-streamer shaka-streamer-binaries | ||
|
||
# To install per-user: | ||
pip3 install --user --upgrade shaka-streamer shaka-streamer-binaries | ||
``` | ||
|
||
[FFmpeg]: https://ffmpeg.org/ | ||
[Shaka Packager]: https://github.com/shaka-project/shaka-packager | ||
[Shaka Streamer]: https://pypi.org/project/shaka-streamer/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters