logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/grumpy
or

Install via npx

npx @hexmos/ipm i google/grumpy

Prerequisites

Python

language

Version: > 3.8.0

Go

build_tool

Version: 1.16.0

Git

system_tool

Version: 2.34.1

Docker

system_package

Version: 19.0.0

Make

build_tool

Manual 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.go

Environment Setup

export PATH=$PWD/build/bin:$PATH

export GOPATH=$PWD/build

export PYTHONPATH=$PWD/build/lib/python2.7/site-packages

Grumpy Run

echo 'import sys; print sys.version' | grumprun

Post Installation Steps

  • Start the Grumpy server using `make run`.
  • Run migrations with `python manage.py migrate`.