kayagoban / shadowlands

A Dapp platform and Ethereum terminal, entirely in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadowlands pip package

carver opened this issue · comments

It would be really cool if I could download the shadowlands package directly in pip. The idea of validating the package using an on-chain registry is awesome, though. The registry could host the exact pip version, instead of having the zip url. (keeping a checksum, of course)

A big reason I want this is to personally verify what shadowlands is doing on install. It takes longer to read through the debian packaging and bootstrap script than it would a more traditional pip installation. (at least for me)

I'm abandoning this for now, since at least on linux there are system level scripts that need to be set to access the USB devices. I can't do this with pip alone.