Skip to content

Commit

Permalink
use pip to install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Oct 13, 2024
1 parent ad9f5fd commit 5f768c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ set -ex
# GNU command line tools
brew install coreutils

brew install pyyaml
python3 -m venv .venv
source .venv/bin/activate
pip3 install pyyaml

0 comments on commit 5f768c6

Please sign in to comment.