-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Showing
7 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -22,11 +22,11 @@ Documentation is available at https://instagram-private-api.readthedocs.io/en/la | |
|
||
No 3rd-party libraries required. Just drop one of or both folders [``instagram_private_api/``](instagram_private_api/) and [``instagram_web_api/``](instagram_web_api/) into your project path or pip install with: | ||
|
||
``pip install git+ssh://[email protected]/ping/[email protected].5`` | ||
``pip install git+ssh://[email protected]/ping/[email protected].6`` | ||
|
||
To update: | ||
|
||
``pip install git+ssh://[email protected]/ping/[email protected].5 --upgrade`` | ||
``pip install git+ssh://[email protected]/ping/[email protected].6 --upgrade`` | ||
|
||
To update with latest repo code: | ||
|
||
|
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 |
---|---|---|
|
@@ -10,13 +10,13 @@ Install via pip | |
|
||
.. code-block:: bash | ||
$ pip install git+ssh://[email protected]/ping/[email protected].5 | ||
$ pip install git+ssh://[email protected]/ping/[email protected].6 | ||
Update your install with the latest release | ||
|
||
.. code-block:: bash | ||
$ pip install git+ssh://[email protected]/ping/[email protected].5 --upgrade | ||
$ pip install git+ssh://[email protected]/ping/[email protected].6 --upgrade | ||
Force an update from source | ||
|
||
|
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
from distutils.core import setup | ||
|
||
__author__ = 'ping <[email protected]>' | ||
__version__ = '1.0.5' | ||
__version__ = '1.0.6' | ||
|
||
packages = [ | ||
'instagram_private_api', | ||
|