8000 Update bootstrap script to use pip3 · github/markup@935ee3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 935ee3b

Browse files
author
Carl Brasic
committed
Update bootstrap script to use pip3
1 parent e1fb435 commit 935ee3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
cd $(dirname "$0")/..
66

77
bundle install
8-
easy_install docutils
8+
pip3 install docutils

0 commit comments

Comments
 (0)
0