This is an automated email from the ASF dual-hosted git repository.
zkaoudi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new 95215f4c updated guide (#63)
95215f4c is described below
commit 95215f4c244b625154d9ad4c4b0f1980d9a0e120
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Mon Nov 4 10:42:17 2024 +0100
updated guide (#63)
* tensorflow blogpost
* Update add-an-operator.md
added the process of expanding the api when adding a new operator
* Update add-an-operator.md
* Update installation.md
Added the mvn install command line
---
docs/guide/installation.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/guide/installation.md b/docs/guide/installation.md
index b151434b..e23afbc0 100644
--- a/docs/guide/installation.md
+++ b/docs/guide/installation.md
@@ -33,6 +33,7 @@ git clone https://github.com/apache/incubator-wayang.git
Running following commands to build Wayang and generate the tar.gz
```shell
cd incubator-wayang
+./mvnw clean install -DskipTests
./mvnw clean package -pl :wayang-assembly -Pdistribution
```
Then you can find the `wayang-assembly-0.7.1-SNAPSHOT-dist.tar.gz` under
`wayang-assembly/target` directory.