Chris Kay | d083790 | 2021-11-17 10:17:52 +0000 | [diff] [blame] | 1 | #!/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 | |||||
9 | python3 -m venv .venv && \ | ||||
10 | . .venv/bin/activate && \ | ||||
11 | python3 -m pip install -r "$tf_root/docs/requirements.txt" |