From 7bff6199391ba35ad7f7afb1adc2601f57215856 Mon Sep 17 00:00:00 2001 From: "Ovi T. (Impelon)" Date: Wed, 22 Apr 2020 11:50:22 +0200 Subject: [PATCH] Mention example-scripts during installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8eb342b..2bbb219 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ This can be done automatically via pip: Or you can manually download it from GitHub or via git. 1. Download source and change directory into source: `git clone https://github.com/Impelon/PyGVisuals.git && cd PyGVisuals` + - You can now test the library. Try out the examples via the start-script: `python start_example.py` - Additionally you can install your desired branch with this. List all available branches: `git branch` - Switch to desired branch: `git switch ` 2. Install from current directory via pip: `python setup.py install`