Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 581 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (26 loc) · 581 Bytes

Contributing Guide

Setup Development Environment

Non-Python dependencies

You will need both a supported version of Node.js and gettext. Gettext is best installed using a package manager like apt or brew.

# Debian/Ubuntu
sudo apt install gettext
# macOS
brew install gettext

You may use NVM to install the correct Node.js version:

nvm install
nvm use

Development setup

After installing the non-Python dependencies, its as easy as calling:

python setup.py develop

Tests

Simply run:

python setup.py test