Skip to content

Commit

Permalink
Add dependency library to setupenv
Browse files Browse the repository at this point in the history
Signed-off-by: Hao, Ruomeng <[email protected]>
  • Loading branch information
ruomengh committed Jun 12, 2024
1 parent cffa5e5 commit 704e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

# setup virtualenv and PYTHONPATH
apt-get update
apt-get install -y python3-virtualenv pkg-config libtss-dev
apt-get install -y python3-virtualenv pkg-config libtss-dev libtss2-dev

if [[ -d ${CURR_DIR}/venv ]]; then
echo "===========> Remove ${CURR_DIR}/venv and create a new one"
Expand Down

0 comments on commit 704e7b3

Please sign in to comment.