blob: 678f9d37b09c1091c4452484948d7610beef00ca [file] [log] [blame]
Alex Tawsedaba3cf2023-09-29 15:55:38 +01001#!/bin/bash
2
alexander3c798932021-03-26 21:42:19 +00003#----------------------------------------------------------------------------
Alex Tawsedaba3cf2023-09-29 15:55:38 +01004# SPDX-FileCopyrightText: Copyright 2021, 2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
alexander3c798932021-03-26 21:42:19 +00005# SPDX-License-Identifier: Apache-2.0
6#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#----------------------------------------------------------------------------
Alex Tawsedaba3cf2023-09-29 15:55:38 +010019
alexander3c798932021-03-26 21:42:19 +000020python3 -m venv ./env
Alex Tawsedaba3cf2023-09-29 15:55:38 +010021# shellcheck disable=SC1091
alexander3c798932021-03-26 21:42:19 +000022source ./env/bin/activate
23pip install -U pip
Alex Tawsedaba3cf2023-09-29 15:55:38 +010024pip install -r requirements.txt