You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "PsiACE (via GitHub)" <gi...@apache.org> on 2023/03/19 08:25:38 UTC

[GitHub] [incubator-opendal] PsiACE commented on a diff in pull request #1682: infra: Introduce justfile for workflow

PsiACE commented on code in PR #1682:
URL: https://github.com/apache/incubator-opendal/pull/1682#discussion_r1141284860


##########
bindings/python/README.md:
##########
@@ -34,33 +34,14 @@ asyncio.run(main())
 
 ## Development
 
-Setup virtualenv:
-
-```shell
-python -m venv venv
-```
-
-Activate venv:
-
-```shell
-source venv/bin/activate
-````
-
-Install `maturin`:
-
-```shell
-pip install maturin[patchelf]
-```
-
 Build bindings:
 
 ```shell
-maturin develop
+just build_bindings_python

Review Comment:
   +1



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org