dangogh closed pull request #3176: Fixed old path spec in the egg section of 
remote pip installation instructions
URL: https://github.com/apache/trafficcontrol/pull/3176
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/traffic_control/clients/python/README.rst 
b/traffic_control/clients/python/README.rst
index e51d10451..ad587024f 100644
--- a/traffic_control/clients/python/README.rst
+++ b/traffic_control/clients/python/README.rst
@@ -14,10 +14,10 @@ The official installation method is to use ``pip`` to 
install directly from from
 .. code-block:: shell
        :caption: Install Using 'pip' From GitHub
 
-       pip install 
git+https://github.com/apache/trafficcontrol.git#"egg=trafficops&subdirectory=traffic_control/clients/python/trafficops";
+       pip install 
git+https://github.com/apache/trafficcontrol.git#"egg=trafficops&subdirectory=traffic_control/clients/python";
 
        # or
-       # pip install 
git+ssh://[email protected]/apache/trafficcontrol.git#"egg=trafficops&subdirectory=traffic_control/clients/python/trafficops"
+       # pip install 
"git+ssh://[email protected]/apache/trafficcontrol.git#"egg=trafficops&subdirectory=traffic_control/clients/python"
 
 Local Installation
 ------------------


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to