diff options
Diffstat (limited to 'multivimbroker/initialize.sh')
-rwxr-xr-x | multivimbroker/initialize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/initialize.sh b/multivimbroker/initialize.sh index 99cebe1..5f59d5f 100755 --- a/multivimbroker/initialize.sh +++ b/multivimbroker/initialize.sh @@ -11,4 +11,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -pip install -r requirements.txt +pip3 install -r requirements.txt |