Skip to content

Commit 769f2ca

Browse files
committed
FIX: Fix databento-python build.sh
1 parent 74086cf commit 769f2ca

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/build.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#! /usr/bin/env bash
22
set -e
3-
python -m pip install --upgrade pip setuptools wheel
4-
pip install -r requirements.txt
5-
pip install -r requirements_dev.txt
6-
pip install .
3+
pip3 install -r requirements.txt
4+
pip3 install -r requirements_dev.txt
5+
pip3 install .

0 commit comments

Comments
 (0)