ApeWorX / hosted-compiler

Compiler tool supporting Remix Online IDE
Apache License 2.0
4 stars 1 forks source link

Installation Instruction is Not Clear #35

Open arjunaskykok opened 7 months ago

arjunaskykok commented 7 months ago

From the README:

To show that it works. Clone this repo and deploy the local host server with:

uvicorn main:app

But that's not true. You have to install other things:

pip install eth-ape'[recommended-plugins]' fastapi uvicorn

I'm a seasoned Python programmer but other people might be confused.