From 4a8187414be0ffca2f8d2ff95c75ec6900a8bc14 Mon Sep 17 00:00:00 2001 From: Alex Bortok Date: Wed, 20 Feb 2019 17:28:45 -0800 Subject: [PATCH] Updated reference to VisionNPB lib --- README.md | 4 ++-- ixia_nto.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d19bb31..8244231 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Create virtual environment called `ixvision` in a directory of your choice: virtualenv -p python2.7 $PYENV; cd $PYENV; export PYENV_DIR=`pwd` source "$PYENV_DIR/bin/activate" -Download VisionNPB library from GitHub (currently, IxVision-ZTA relies on 2018 version of VisionNPB library, which is available via a fork referenced below): +Download VisionNPB library from GitHub (currently, IxVision-ZTA relies on a patched 2018 version of VisionNPB library, which is available via a fork referenced below): - cd "$PYENV_DIR"; git clone https://github.com/bortok/VisionNPB.git + cd "$PYENV_DIR"; git clone https://github.com/bortok/VisionNPB.nto.git Clone IxVision-ZTA repository diff --git a/ixia_nto.py b/ixia_nto.py index 29b06c4..ecb7253 120000 --- a/ixia_nto.py +++ b/ixia_nto.py @@ -1 +1 @@ -../VisionNPB/RestApi/Python/ixia_nto.py \ No newline at end of file +../VisionNPB.nto/RestApi/Python/ixia_nto.py \ No newline at end of file