AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

Migrate to Pipenv #101

Closed AndreMiras closed 5 years ago

AndreMiras commented 6 years ago

Migrate from pip to Pipenv for Linux setup. Pipenv is the new recommended way of working. https://docs.pipenv.org https://github.com/pypa/pipenv

AndreMiras commented 5 years ago

I got mislead, pipenv is not the new official recommended way, see https://medium.com/@grassfedcode/five-myths-about-pipenv-698c5f198e4b I gave pipenv a try for pyetheroll, but I'm not a big fan, let's stick to pip for now.