From 7ad710e2f36f50a6df32128a2f92fad5dee81131 Mon Sep 17 00:00:00 2001 From: nathaniel gentile Date: Sat, 15 Feb 2020 15:40:06 -0700 Subject: [PATCH] fix dev install example distutil command the option is now --spec-fork, not --spec-version see: 340549aed62caa15a9f04cf393805c2003bd5c8e --- tests/core/pyspec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/README.md b/tests/core/pyspec/README.md index 1f0bb6642..a9ee80105 100644 --- a/tests/core/pyspec/README.md +++ b/tests/core/pyspec/README.md @@ -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