You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/12/09 11:34:07 UTC

[iceberg] branch master updated: Python: Set lower bound pip version (#6384)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f97a5d386 Python: Set lower bound pip version (#6384)
7f97a5d386 is described below

commit 7f97a5d3861bcc5131a900f4f896755c47c3340a
Author: Ruben van de Geer <37...@users.noreply.github.com>
AuthorDate: Fri Dec 9 12:34:02 2022 +0100

    Python: Set lower bound pip version (#6384)
---
 python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/README.md b/python/README.md
index 59cb29f47a..d988be2120 100644
--- a/python/README.md
+++ b/python/README.md
@@ -26,7 +26,7 @@ pyiceberg is currently in development, for development and testing purposes the
 ```
 git clone https://github.com/apache/iceberg.git
 cd iceberg/python
-pip install -e .
+pip install -e .  # this step requires pip >= 21.3.0
 ```
 
 ## Development