diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-13 23:08:25 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-13 23:08:25 +0100 |
commit | 86ff375bf4c4b6c04ab44ea4be7dd90730f824c1 (patch) | |
tree | 18abeadf13559334abe17044f80dea3fa6f3ccbe /docs | |
parent | 757f6981b1b290406cf0527b02a26fdba06b728b (diff) | |
download | Git-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')
-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: |