blob: 1103181deaed67f1d9bb55ae60ff0c82c3d26f1e [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
python3 -m venv .venv && \
. .venv/bin/activate && \
python3 -m pip install -r "$tf_root/docs/requirements.txt"