How to install diaspy
authorAlex Schroeder <alex@gnu.org>
Tue, 13 Aug 2019 20:21:03 +0000 (22:21 +0200)
committerAlex Schroeder <alex@gnu.org>
Tue, 13 Aug 2019 20:21:03 +0000 (22:21 +0200)
README.md

index 2cc45ffbc58467c9399be837786cbdf9f3669472..1d1e66afe988e124f0869b804cbb801e42c12ef9 100644 (file)
--- 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
 ==========