Skip to content

Commit 71a483b

Browse files
author
Anas Yaseen
committed
Updated pip instructions to match url of forked repo
1 parent 5854014 commit 71a483b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
## Notice
2-
Active development for this script has ended. Issues will no longer be looked into and no more updates will be made.
32

3+
Active development for this script has ended. Issues will no longer be looked into and no more updates will be made.
44

55
**Using this script may result in your account being suspended, use at your own risk.**
66

7-
87
# PyInstaLive
8+
99
![Version 4.0.2](https://img.shields.io/badge/Version-4.0.2-orange.svg)
1010
![Python 3.6+](https://img.shields.io/badge/Python-3.6%2B-3776ab.svg)
1111

12-
1312
This Python script enables you to download ongoing Instagram livestreams as a video file.
1413

1514
![](https://raw.githubusercontent.com/dvingerh/PyInstaLive/5907fc866446d5f426389a5198560075848d770e/.github/spacer.png)
1615

17-
1816
## Table of Contents
17+
1918
- [Quickstart](https://github.com/dvingerh/PyInstaLive#quickstart)
2019
- [Installation](https://github.com/dvingerh/PyInstaLive#installation)
2120
- [Usage](https://github.com/dvingerh/PyInstaLive#usage)
@@ -44,27 +43,29 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi
4443

4544
## Installation
4645

47-
*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command.*
46+
_Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command._
4847

4948
Run the following command in your command line (might need to be run as administrator on Windows):
49+
5050
```bash
51-
pip install git+https://github.com/dvingerh/PyInstaLive.git@4.0.2
51+
pip install git+https://github.com/anasomar1/PyInstaLive.git
5252
```
5353

5454
## Usage
5555

56-
Make sure there is a configuration file called ``pyinstalive.ini`` in the directory you want to run PyInstaLive from.
56+
Make sure there is a configuration file called `pyinstalive.ini` in the directory you want to run PyInstaLive from.
5757

5858
PyInstaLive will automatically generate a default configuration file for you to edit if one is not present already.
5959

6060
Here is an example of a valid configuration file:
61+
6162
```ini
6263
[pyinstalive]
6364
username = johndoe
6465
password = grapefruit
65-
download_path =
66-
ffmpeg_path =
67-
download_comments = True
66+
download_path =
67+
ffmpeg_path =
68+
download_comments = True
6869
cmd_on_started =
6970
cmd_on_ended =
7071
clear_temp_files = False

0 commit comments

Comments
 (0)