ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
247 stars 269 forks source link

Update instructions for installing dev dependencies #111

Closed lithp closed 5 years ago

lithp commented 5 years ago

requirements-dev.txt does not exist as of f89d0bea05e7ceb8eab7f6ab2a36152968dc7e56

What was wrong?

The command for installing development dependencies referenced a non-existent file

How was it fixed?

Instead of referencing the file, I'm referencing the correct section of setup.py

Cute Animal Picture

tiny-kitten

davesque commented 5 years ago

Yeah, some of the READMEs/docs are inconsistent with some of these packages since they were created before we started using a project template (I think). We should use the "dev" extras here since they include all extra packages and not just those required for running the tests.