blob: 1103181deaed67f1d9bb55ae60ff0c82c3d26f1e [file] [log] [blame]
Chris Kayd0837902021-11-17 10:17:52 +00001#!/usr/bin/env bash
2
3#
4# Copyright (c) 2021 Arm Limited. All rights reserved.
5#
6# SPDX-License-Identifier: BSD-3-Clause
7#
8
9python3 -m venv .venv && \
10 . .venv/bin/activate && \
11 python3 -m pip install -r "$tf_root/docs/requirements.txt"