Skip to content

Contributing

Thanks for your interest in contributing! Your suggestions are welcome!

Development setup

You need those dependencies installed:

Clone the repository:

git clone https://github.com/niccokunzmann/python-royal-mail-click-and-drop-api.git
cd python-royal-mail-click-and-drop-api
pre-commit install

Running tests

tox

Create documentation

Create the site:

make html

View the site with a server:

make livehtml