You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataFusion has support for [dev containers](https://containers.dev/) which may be used for
36
67
developing DataFusion in an isolated environment either locally or remote if desired. Using dev containers for developing
37
-
DataFusion is not a requirement by any means but is available for those where doing local development could be tricky
68
+
DataFusion is not a requirement but is available where doing local development could be tricky
38
69
such as with Windows and WSL2, those with older hardware, etc.
39
70
40
71
For specific details on IDE support for dev containers see the documentation for [Visual Studio Code](https://code.visualstudio.com/docs/devcontainers/containers),
Compiling DataFusion from sources requires an installed version of the protobuf compiler, `protoc`.
48
79
49
-
On most platforms this can be installed from your system's package manager
80
+
On most platforms this can be installed from your system's package manager. For example
50
81
51
82
```
52
83
# Ubuntu
@@ -71,7 +102,7 @@ libprotoc 3.15.0
71
102
72
103
Alternatively a binary release can be downloaded from the [Release Page](https://github.com/protocolbuffers/protobuf/releases) or [built from source](https://github.com/protocolbuffers/protobuf/blob/main/src/README.md).
73
104
74
-
## Bootstrap environment
105
+
## Bootstrap Environment
75
106
76
107
DataFusion is written in Rust and it uses a standard rust toolkit:
0 commit comments