Skip to content

Commit

Permalink
Fix macOS setup_venv.command (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
floogulinc authored May 22, 2024
1 parent 955a8b0 commit fccd258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_venv.command
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ elif [ "$install_type" = "a" ]; then
fi
fi

python -m pip install -r static/requirements/advanced/requirements/requirements_macos.txt
python -m pip install -r static/requirements/advanced/requirements_macos.txt

deactivate

Expand Down

0 comments on commit fccd258

Please sign in to comment.