Skip to content

Commit

Permalink
Install semantic-version from PyPI on macOS (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape authored Apr 16, 2021
1 parent 81909c1 commit 79a8e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup/mac/install_prereqs
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ echo -e "\ndrake VERSION.TXT: $(cat /opt/drake/share/doc/drake/VERSION.TXT)\n"

# Install additional dependencies for development and compatibility examples.
brew bundle --file="$(dirname ${(%):-%x})/Brewfile"

pip3.9 install --upgrade --requirement "$(dirname ${(%):-%x})/requirements.txt"
1 change: 1 addition & 0 deletions scripts/setup/mac/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
semantic-version

0 comments on commit 79a8e47

Please sign in to comment.