vechain / web3-gear

Proxy Thor's RESTful API to Eth JSON-RPC, to support Remix, Truffle and more.
MIT License
30 stars 17 forks source link

Added virtual environment creation to setup process #21

Closed rogojs closed 5 years ago

rogojs commented 5 years ago

Best practice is using virtual environments to isolate the development environment for web3-gear and avoid problems related to package installers or multiple versions of python existing on developers machine.