diff options
Diffstat (limited to 'docs/Install as a python module.md')
-rw-r--r-- | docs/Install as a python module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Install as a python module.md b/docs/Install as a python module.md index 2f24ea4..245091d 100644 --- a/docs/Install as a python module.md +++ b/docs/Install as a python module.md @@ -4,7 +4,7 @@ Install using [pip](http://www.pip-installer.org/en/latest/), a package manager for Python, by running the following command. - pip install pip install --upgrade https://github.com/olipo186/Git-Auto-Deploy/archive/master.tar.gz + pip install git-auto-deploy If you don't have pip installed, try installing it by running this from the command line: |