fix dev install example distutil command

the option is now --spec-fork, not --spec-version
see: 340549aed6
This commit is contained in:
nathaniel gentile 2020-02-15 15:40:06 -07:00 committed by GitHub
parent e11267952f
commit 7ad710e2f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Unlike the regular install, this outputs spec files to their original source loc
Alternatively, you can build a sub-set of the pyspec with the distutil command:
```bash
python setup.py pyspec --spec-version=phase0 --md-doc-paths="specs/phase0/beacon-chain.md specs/phase0/fork-choice.md" --out-dir=my_spec_dir
python setup.py pyspec --spec-fork=phase0 --md-doc-paths="specs/phase0/beacon-chain.md specs/phase0/fork-choice.md" --out-dir=my_spec_dir
```
## Py-tests