forked from dvingerh/PyInstaLive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
notcammy
committed
May 9, 2020
1 parent
98c14b5
commit a2ab8b1
Showing
4 changed files
with
11 additions
and
11 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# PyInstaLive | ||
![Version 3.2.1](https://img.shields.io/badge/Version-3.2.1-orange.svg) | ||
![Version 3.2.2](https://img.shields.io/badge/Version-3.2.2-orange.svg) | ||
![Python 2.7, 3.5](https://img.shields.io/badge/Python-2.7%2C%203.5%2B-3776ab.svg) | ||
|
||
[![Support me!](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/dvingerh) | ||
|
@@ -53,21 +53,21 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi | |
|
||
## Installation | ||
|
||
*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.2.1**).* | ||
*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.2.2**).* | ||
|
||
#### Installing | ||
|
||
Run the following command in your command line (might need to be run as administrator on Windows): | ||
```bash | ||
pip install git+https://github.com/notcammy/[email protected].1 | ||
pip install git+https://github.com/notcammy/[email protected].2 | ||
``` | ||
|
||
#### Updating | ||
|
||
To update PyInstaLive to the latest version (currently **3.2.1**) run the following command: | ||
To update PyInstaLive to the latest version (currently **3.2.2**) run the following command: | ||
|
||
```bash | ||
pip install git+https://github.com/notcammy/[email protected].1 --upgrade | ||
pip install git+https://github.com/notcammy/[email protected].2 --upgrade | ||
``` | ||
|
||
#### Specific versions | ||
|
@@ -125,7 +125,7 @@ Below is an example of PyInstaLive's output after downloading a livestream: | |
> pyinstalive -d "janedoe" | ||
--------------------------------------------------------------------------- | ||
[I] PYINSTALIVE (SCRIPT V3.2.1 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM | ||
[I] PYINSTALIVE (SCRIPT V3.2.2 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM | ||
--------------------------------------------------------------------------- | ||
[I] Successfully logged into account: johndoe | ||
--------------------------------------------------------------------------- | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = 'notcammy' | ||
__email__ = '[email protected]' | ||
__version__ = '3.2.1' | ||
__version__ = '3.2.2' | ||
|
||
_api_version = '1.6.0' | ||
_api_extensions_version = '0.3.9' | ||
|