summaryrefslogtreecommitdiffstats
path: root/docs/Install as a python module.md
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-13 23:08:25 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-13 23:08:25 +0100
commit86ff375bf4c4b6c04ab44ea4be7dd90730f824c1 (patch)
tree18abeadf13559334abe17044f80dea3fa6f3ccbe /docs/Install as a python module.md
parent757f6981b1b290406cf0527b02a26fdba06b728b (diff)
downloadGit-Auto-Deploy-86ff375bf4c4b6c04ab44ea4be7dd90730f824c1.zip
Git-Auto-Deploy-86ff375bf4c4b6c04ab44ea4be7dd90730f824c1.tar.gz
Git-Auto-Deploy-86ff375bf4c4b6c04ab44ea4be7dd90730f824c1.tar.bz2
Updated docs with pip package
Diffstat (limited to 'docs/Install as a python module.md')
-rw-r--r--docs/Install as a python module.md2
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: