From 7c15a5bb1dc5806b6d83ee1d6fc353cf259b9c1e Mon Sep 17 00:00:00 2001 From: Ben Mens Date: Sat, 1 Feb 2020 09:24:40 +0100 Subject: [PATCH] created release branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21969ab..91a9084 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ UArm Swift Pro is supported. This library uses asyncio. ```bash pip3 install pyserial -pip3 install git+https://github.com/BenMens/asyncgcodecli +pip3 install git+https://github.com/BenMens/asyncgcodecli@release ``` ## Update to latest version ## ```bash -pip3 install --upgrade git+https://github.com/BenMens/asyncgcodecli +pip3 install --upgrade git+https://github.com/BenMens/asyncgcodecli@release ``` ## Documentation ##