Update README.md

This commit is contained in:
Shivam Pandey 2021-06-24 10:36:54 +05:30 committed by GitHub
parent 7a72ee2cc4
commit aed07a49b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```