Merge pull request #2158 from ethereum/ralexstokes-patch-1
Update names in pyspec README
This commit is contained in:
commit
2ef55744df
|
@ -27,7 +27,7 @@ python setup.py pyspec --spec-fork=phase0 --md-doc-paths="specs/phase0/beacon-ch
|
||||||
|
|
||||||
After installing, you can install the optional dependencies for testing and linting.
|
After installing, you can install the optional dependencies for testing and linting.
|
||||||
With makefile: `make install_test`.
|
With makefile: `make install_test`.
|
||||||
Or manually: run `pip install .[testing]` and `pip install .[linting]`.
|
Or manually: run `pip install .[test]` and `pip install .[lint]`.
|
||||||
|
|
||||||
These tests are not intended for client-consumption.
|
These tests are not intended for client-consumption.
|
||||||
These tests are testing the spec itself, to verify consistency and provide feedback on modifications of the spec.
|
These tests are testing the spec itself, to verify consistency and provide feedback on modifications of the spec.
|
||||||
|
|
Loading…
Reference in New Issue