Skip to content

Commit

Permalink
use pip3 to install
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Nov 9, 2020
1 parent f76a583 commit 33f2e32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-pyang-sid-work
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# run this after "pip install pyang", which will get the appropriate
# dependancies installed for you.

git clone -b sid-work2 https://github.com/mcr/pyang.git
pip3 install pyang
1 change: 0 additions & 1 deletion pyang

This file was deleted.

2 changes: 2 additions & 0 deletions pyang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ then
export PYANG_XSLT_DIR=$p/xslt
export PYANG_RNG_LIBDIR=$p/schema
export W=$p
elif [ -x ~/.local/bin/pyang ]; then
PATH=$HOME/.local/bin:$PATH export PATH
fi
#which pyang >&2
pyang "$@"
Expand Down

0 comments on commit 33f2e32

Please sign in to comment.