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

|
|

|
|
|
|
|
|
[](https://www.buymeacoffee.com/dvingerh)
|
|
[](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
|
|
## Installation
|
|
|
|
|
|
-*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.1.9**).*
|
|
|
|
|
|
+*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.2.0**).*
|
|
|
|
|
|
#### Installing
|
|
#### Installing
|
|
|
|
|
|
Run the following command in your command line (might need to be run as administrator on Windows):
|
|
Run the following command in your command line (might need to be run as administrator on Windows):
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@3.1.9 --process-dependency-links
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.2.0
|
|
```
|
|
```
|
|
|
|
|
|
#### Updating
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **3.1.9**) run the following command:
|
|
|
|
|
|
+To update PyInstaLive to the latest version (currently **3.2.0**) run the following command:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@3.1.9 --process-dependency-links --upgrade
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.2.0 --upgrade
|
|
```
|
|
```
|
|
|
|
|
|
#### Specific versions
|
|
#### Specific versions
|
|
@@ -75,7 +75,7 @@ pip install git+https://github.com/notcammy/PyInstaLive.git@3.1.9 --process-depe
|
|
If you want to install a specific version of PyInstaLive when for example the newest version contains a bug, you can specify a different version tag in the install command:
|
|
If you want to install a specific version of PyInstaLive when for example the newest version contains a bug, you can specify a different version tag in the install command:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.0 --process-dependency-links
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.0
|
|
```
|
|
```
|
|
|
|
|
|
Use the version number you want after the **@** symbol (e.g **@2.2.0**).
|
|
Use the version number you want after the **@** symbol (e.g **@2.2.0**).
|
|
@@ -126,7 +126,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
|
> pyinstalive -d "janedoe"
|
|
> pyinstalive -d "janedoe"
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|
|
-[I] PYINSTALIVE (SCRIPT V3.1.9 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
|
|
|
|
+[I] PYINSTALIVE (SCRIPT V3.2.0 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|
|
[I] Successfully logged into account: johndoe
|
|
[I] Successfully logged into account: johndoe
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|