diff options
Diffstat (limited to 'fcaps/initialize.sh')
-rw-r--r-- | fcaps/initialize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fcaps/initialize.sh b/fcaps/initialize.sh index 5c471454..4bb9ab38 100644 --- a/fcaps/initialize.sh +++ b/fcaps/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 |