From f48a277a42f6c748aef8d314cd6e49faf2bc9c6a Mon Sep 17 00:00:00 2001 From: nswiatec Date: Thu, 2 May 2024 21:17:50 -0700 Subject: [PATCH] Small tweak to "Quick Start with PIP Install on MacOS" section. Updated the python version in the example to 3.8.19 to align with that "pyenv install 3.8" pulls as of today. Also, fixed typo in the next command, as a "v" was missing. Before "yangsuiteenv", now "yangsuitevenv" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0daf61..7b3a13d 100644 --- a/README.md +++ b/README.md @@ -142,8 +142,8 @@ pyenv install 3.8 Now that the correct and YANG Suite-supported version of Python 3.8 is installed, create and activate the virtual environment ``` -~/.pyenv/versions/3.8.12/bin/python -m venv yangsuitevenv -source yangsuiteenv/bin/activate +~/.pyenv/versions/3.8.19/bin/python -m venv yangsuitevenv +source yangsuitevenv/bin/activate ``` Next, install the YANG Suite tool within the virutal evnrionment using pip: