|
@@ -1,5 +1,5 @@
|
|
|
# PyInstaLive
|
|
|
-
|
|
|
+
|
|
|

|
|
|
|
|
|
[](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.3**).*
|
|
|
+*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.2.4**).*
|
|
|
|
|
|
#### 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/PyInstaLive.git@3.2.3
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.2.4
|
|
|
```
|
|
|
|
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **3.2.3**) run the following command:
|
|
|
+To update PyInstaLive to the latest version (currently **3.2.4**) run the following command:
|
|
|
|
|
|
```bash
|
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@3.2.3 --upgrade
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.2.4 --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.3 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
|
+[I] PYINSTALIVE (SCRIPT V3.2.4 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
|
---------------------------------------------------------------------------
|
|
|
[I] Successfully logged into account: johndoe
|
|
|
---------------------------------------------------------------------------
|