Skip to content

Commit

Permalink
Merge pull request #22 from OpenIxia/ixia_nto
Browse files Browse the repository at this point in the history
Updated reference to VisionNPB lib
  • Loading branch information
bortok authored Feb 21, 2019
2 parents fc73226 + 4a81874 commit 594f3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ixia_nto.py

0 comments on commit 594f3dd

Please sign in to comment.