Packages
execution_plane_process
0.1.0
Execution Plane process launch, stdio, PTY, and process-session runtime.
Current section
Files
Jump to
Current section
Files
guides/installation.md
# Installation
Add the package as a dependency:
```elixir
def deps do
[
{:execution_plane_process, "~> 0.1.0"}
]
end
```
Use a sibling path dependency while developing in the workspace. Use the Hex
version when publishing.