josiasrico commented on a change in pull request #14477:
URL: https://github.com/apache/beam/pull/14477#discussion_r622484235
##########
File path: website/www/site/content/en/contribute/_index.md
##########
@@ -98,27 +109,52 @@ sudo apt-get install \
docker-ce
```
-On some systems (like Ubuntu 20.04) these need to be installed also
+2. On some systems, like Ubuntu 20.04, install these:
+
```
pip3 install grpcio-tools mypy-protobuf
```
-You also need to [install Go](https://golang.org/doc/install).
-
-Once Go is installed, install goavro:
+3. If you you develop in GO:
+ 1. Install [Go](https://golang.org/doc/install).
+ 1. Check BEAM repo is in: `$GOPATH/src/github.com/apache/`
+ 1. At the end, it should look like this:
`$GOPATH/src/github.com/apache/beam`
+4. Once Go is installed, install goavro:
```
$ export GOPATH=`pwd`/sdks/go/examples/.gogradle/project_gopath
$ go get github.com/linkedin/goavro
```
-gLinux users should configure their machines for sudoless Docker.
+**Important**: gLinux users should configure their machines for sudoless
Docker.
+
+##### Automated script for Linux and macOS
+
+You can install these in a Debian-based distribution for Linux or macOs using
the
[local-env-setup.sh](https://github.com/apache/beam/blob/master/local-env-setup.sh)
script, which is part of the Beam repo. It contains:
Review comment:
Yes, added to
[https://github.com/apache/beam/pull/14584](https://github.com/apache/beam/pull/14584
) because
[https://issues.apache.org/jira/browse/BEAM-11608](https://issues.apache.org/jira/browse/BEAM-11608)
intended to solve that. This PR only is intended for documentation
improvements
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]