millarm / python-intercom2

Python Intercom Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-intercom2

Python Intercom Interface

Install Locally with symlink

pip install -e .

Develop

First, create and activate a venv:

python -m venv venv
. venv/bin/activate

Next install some basic requirements:

pip install -e . tox

Edit the code, and then run the tests:

tox

About

Python Intercom Interface

License:MIT License


Languages

Language:Python 100.0%