Skip to content

BlockACH/pyACH

Repository files navigation

version NPM version Build Status Dependency Status codecov.io

pyACH Semver

Requirement

  • python 2.7
  • npm 3.10.10
  • nodejs 6.9.4

Installment

$ virtualenv env
$ source ./env/bin/activate
$ pip install -r requirements.txt
$ npm install
$ sudo npm install -g pm2

Start server

$ pm2 start run_server.py