File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Installing the Master Branch From Github
37
37
========================================
38
38
If you wish to install the current master, use the following command::
39
39
40
- pip install git+git ://github.com/shotgunsoftware/python-api.git
40
+ pip install git+https ://github.com/shotgunsoftware/python-api.git
41
41
42
42
.. note :: The master branch contains the latest revisions and while largely considered "stable" it
43
43
is not an official packaged release.
@@ -47,14 +47,14 @@ Installing A specific Version From Github
47
47
To install a specific version of the package from Github, run the following command. This example
48
48
installs the v3.0.26 tag, replace the version tag with the one you want::
49
49
50
- pip install git+git ://github.com/shotgunsoftware/[email protected]
50
+ pip install git+https ://github.com/shotgunsoftware/[email protected]
51
51
52
52
53
53
``requirements.txt ``
54
54
~~~~~~~~~~~~~~~~~~~~
55
55
If you're using pip with `requirements.txt `, add the following line::
56
56
57
- git+git ://github.com/shotgunsoftware/python-api.git
57
+ git+https ://github.com/shotgunsoftware/python-api.git
58
58
59
59
60
60
****************************
You can’t perform that action at this time.
0 commit comments