Sfoglia il codice sorgente

Include the merklelib dependency in "make deps"

Ian Goldberg 4 anni fa
parent
commit
05fa5aa14d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -7,4 +7,4 @@ test:
 
 deps:
 	pip3 install pynacl
-
+	pip3 install merklelib