Skip to content

iotmaxx/gw-cli

Repository files navigation

Prerequisite

virtual environment running python 3.7
pip3 install virtualenv
virtualenv -p /usr/bin/python3.7 gw-cli

Installation

source gw-cli/bin/activate
git clone git@github.com:iotmaxx/gw-cli.git
cd gw-cli
pip install -e .

Run

Run gw_cli and see the default output for further instructions or run gw_cli --help

Troubleshooting

  1. Make sure the virtual environment is installed correctly and activated