How to install google/grumpy. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
google/grumpy Installation Guide
How to install google/grumpy. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for google/grumpy. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i google/grumpyor
Install via npx
npx @hexmos/ipm i google/grumpyPrerequisites
Python
languageVersion: > 3.8.0
Go
build_toolVersion: 1.16.0
Git
system_toolVersion: 2.34.1
Docker
system_packageVersion: 19.0.0
Make
build_toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Make Run
make run
echo 'print 'hello, world' | grumprun'Go Build
mkdir -p $GOPATH/src/__python__/hello
grumpc -modname=hello $GOPATH/src/__python__/hello.py > $GOPATH/src/__python__/hello/module.goEnvironment Setup
export PATH=$PWD/build/bin:$PATH
export GOPATH=$PWD/build
export PYTHONPATH=$PWD/build/lib/python2.7/site-packagesGrumpy Run
echo 'import sys; print sys.version' | grumprunPost Installation Steps
- Start the Grumpy server using `make run`.
- Run migrations with `python manage.py migrate`.
