diff options
Diffstat (limited to 'pike/initialize.sh')
-rwxr-xr-x | pike/initialize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pike/initialize.sh b/pike/initialize.sh index 1d64bfca..6ce7d40e 100755 --- a/pike/initialize.sh +++ b/pike/initialize.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -pip install -r requirements.txt +pip3 install -r requirements.txt |