diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-09-04 22:07:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-09-04 22:07:18 +0900 |
commit | dec0c7d654374a69fef0789ece16d96913a01a3f (patch) | |
tree | f357154bf9c0579419565da30aaee634abb839f3 /tools | |
parent | d50f1fe374ca406625fea652ab0dfcc90eca24b3 (diff) |
tools: update pyang_plugins/README.rst
Python 2 is necessary.
fixes #1801
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyang_plugins/README.rst b/tools/pyang_plugins/README.rst index 976b878c..910330d4 100644 --- a/tools/pyang_plugins/README.rst +++ b/tools/pyang_plugins/README.rst @@ -5,7 +5,7 @@ openconfig yang files (see https://github.com/openconfig/public). Prerequisites ============= -Please confirm $GOPATH is configured before the following steps. +Please confirm $GOPATH is configured before the following steps. Note that you need to use Python 2. How to use ========== |