This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/airavata-django-portal-commons.git
The following commit(s) were added to refs/heads/main by this push:
new f4dc95f update pip too
f4dc95f is described below
commit f4dc95f9823177f473534852a1df7f6adfad27e6
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Nov 1 12:47:41 2022 -0400
update pip too
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d43c59a..4493800 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ that you pass as the second argument the name of the
entry_point group.
cd airavata-django-portal-commons
python3 -m venv venv
source venv/bin/activate
- python3 -m pip install --upgrade build
+ python3 -m pip install --upgrade pip build
python3 -m build
```