Getting Grow

To install Grow, paste the following command into Terminal. This command downloads the SDK and sets up an alias. Before anything is done, you will be prompted to continue.

curl https://install.grow.io | bash

Alternatively, you can also install Grow by using pip (pip install grow) or by building from source. See the README for details on building from source. The source code for all Grow distributions is totally open source. You can learn more about the latest release from the releases page.

Usage

Grow is a command line tool you invoke using the grow command. Once you've installed Grow, run the grow command to verify it works.

# Displays grow command help.
grow

Let's now actually walk through an end-to-end workflow using Grow, where you'll learn more about the structure of Grow projects and how to use the command line tool.