From 60cd069754d8dab702568ec6bcf9fbdad06c3982 Mon Sep 17 00:00:00 2001 From: Andreas Nordin Date: Wed, 24 Jun 2020 18:52:25 +0200 Subject: [PATCH] add install instructions to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index df7092a..0ec6f6b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ WireViz is a tool for easily documenting cables, wiring harnesses and connector _Note_: WireViz is not designed to represent the complete wiring of a system. Its main aim is to document the construction of individual wires and harnesses. +## Installation + +Installation can be done using pip after cloning the repository: + +``` +git clone +cd +pip3 install -e . +``` + ## Examples ### Demo 01