From aed07a49b10434fa9b921a72b6176f9830ec7a2f Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Thu, 24 Jun 2021 10:36:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5aed1..a480dfe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The above API provides details about the token and smart contract system on the ``` git clone https://github.com/ranchimall/ranchimallflo-api cd ranchimallflo-api -python3 -m venv py3 +python3 -m venv py3.. source py3/bin/activate pip install requests quart quart_cors ecdsa config arrow ```