PTU5KAS/docs/devguide.md
Claudius Heine 16f74a55a6 Moved documentation from README.md to sphinx documentation system
Signed-off-by: Claudius Heine <ch@denx.de>
2017-06-28 15:12:15 +02:00

1.0 KiB

Developer Guide

Deploy for development

This project uses pip to manage the package. If you want to work on the project yourself you can create the necessary links via:

$ sudo pip3 install -e .

That will install a backlink /usr/bin/kas to this project. Now you are able to call it from anywhere.

Docker image build

Just run

$ docker build -t <image_name> .

When you need a proxy to access the internet, add --build-arg http_proxy=<http_proxy> --build-arg https_proxy=<https_proxy> to the call.

Community Resources

Project home:

Source code:

Mailing list: