From b8a9d951b8e6990488b45d43e51e8cdab3a8356f Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 13 Aug 2019 22:21:03 +0200 Subject: [PATCH] How to install diaspy --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cc45ff..1d1e66a 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,17 @@ It's *very* limited but it's helping me get started using the Installation ------------ -We need the [https://github.com/marekjm/diaspy diaspy] library. Use -`pip` to install it. +We need the [https://github.com/marekjm/diaspy diaspy] library. ``` -$ pip3 install diaspy +$ git clone https://github.com/marekjm/diaspy.git +$ cd diaspy +$ pip3 install . ``` +This gives me version 0.6.0. when I use `pip3 install diaspy` I get +version 0.3.0 which doesn't work. + Quickstart ========== -- 2.25.1