You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/11/03 01:31:28 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1336] fix git python install command (#204)

This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fc8830f0 [YUNIKORN-1336] fix git python install command (#204)
3fc8830f0 is described below

commit 3fc8830f0216b7225fef5d7da713cb12036d4a8c
Author: Ryan Lo <lo...@gmail.com>
AuthorDate: Thu Nov 3 12:27:49 2022 +1100

    [YUNIKORN-1336] fix git python install command (#204)
    
    Closes: #204
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 src/pages/community/release_procedure.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/community/release_procedure.md b/src/pages/community/release_procedure.md
index 0fbf02637..e4cebb15e 100644
--- a/src/pages/community/release_procedure.md
+++ b/src/pages/community/release_procedure.md
@@ -115,7 +115,7 @@ As an example when releasing the first release candidate for `0.8.0` the json fi
 ```
 
 The tool has one requirement outside of standard Python 3: [GitPython](https://gitpython.readthedocs.io/en/stable/intro.html)
-Make sure you have installed it by running `pip install gitpython`.
+Make sure you have installed it by running `python3 -m pip install gitpython`.
 
 Run the tool:
 ```shell script