Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 257 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 257 Bytes

Smart-Contract-MVP

1- run python -m venv venv to create virtual enviroment.

2- run source venv/Scripts/activate to activate the virutal enviroment.

3- run pip install -r requirements.txt to install the dependencies from the requirements.txt file