moonstream-to / moonworm

codegen for crypto degens and other ethereum smart contract toolkit for python
Apache License 2.0
36 stars 7 forks source link

Readme doc #46

Closed Yhtiyar closed 2 years ago

peersky commented 2 years ago
cd moonworm/

create virtual env: python3 -m venv .venv

activate virtual env: source .venv/bin/activate

install: python3 -m setup.py install

will result an error because setup.py will be in parent directory at that last step.

Also, running setup.py brings an errors and does not completes.

Yhtiyar commented 2 years ago

resolved in #67