Merge pull request #2158 from ethereum/ralexstokes-patch-1

Update names in pyspec README
This commit is contained in:
Hsiao-Wei Wang 2020-12-21 21:41:53 +08:00 committed by GitHub
commit 2ef55744df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.