Skip to content

Commit

Permalink
Update bootstrap script to use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Brasic committed Mar 30, 2021
1 parent e1fb435 commit 935ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
cd $(dirname "$0")/..

bundle install
easy_install docutils
pip3 install docutils

0 comments on commit 935ee3b

Please sign in to comment.