From d093bce775ef95585d3064fb8bb084af9ab06f1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= <tuxmain@zettascript.org>
Date: Tue, 18 Jun 2019 14:28:51 +0200
Subject: [PATCH] README: Add nest_asyncio

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2c7b872..7dca755 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Install dependencies:
 
 Install the following packages: `libleveldb-dev` `libsodium-dev` `python3` `python3-pip`
 
-    sudo pip3 install libnacl duniterpy silkaj py-ubjson plyvel PySocks
+    sudo pip3 install libnacl duniterpy silkaj py-ubjson plyvel PySocks nest_asyncio
     
     python3 --version
     # If Python < 3.6:
-- 
GitLab