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

zkaoudi pushed a commit to branch release-1.0.0-RC4-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/release-1.0.0-RC4-SNAPSHOT by 
this push:
     new 966c3646 readme
966c3646 is described below

commit 966c3646ee10bc498fc1d4d4d78b72600550e718
Author: Zoi <[email protected]>
AuthorDate: Fri Jan 17 14:50:26 2025 +0100

    readme
---
 python/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/README.md b/python/README.md
index d8292b00..a0c2d857 100644
--- a/python/README.md
+++ b/python/README.md
@@ -34,7 +34,7 @@ system.
 After building the python package, execute the following steps to make
 it available for your system:
 ```shell
-python3 -m pip install dist/pywy-0.7.1.tar.gz
+python3 -m pip install dist/pywy-1.0.0.tar.gz
 ```
 
 ## Executing python code
@@ -70,8 +70,8 @@ be found (usually where pip installs them).
 - Starting the REST API as a background process
 ```shell
 cd wayang-assembly/target/
-tar -xvf apache-wayang-assembly-0.7.1-SNAPSHOT-incubating-dist.tar.gz
-cd wayang-0.7.1-SNAPSHOT
+tar -xvf apache-wayang-assembly-1.0.0-incubating-dist.tar.gz
+cd wayang-1.0.0
 ./bin/wayang-submit org.apache.wayang.api.json.Main &
 ```
 

Reply via email to