Loading scripts/ivas_conformance/README_Package_Gen.md +1 −2 Original line number Diff line number Diff line Loading @@ -42,12 +42,11 @@ This folder contains scripts for running IVAS conformance tests. sudo apt install python3.13 python3.13-venv ``` - Create virtual environment for Python 3.13 and install requirements - Create virtual environment for Python 3.13 and install requirements from the root folder of the IVAS codebase ```shell python3.13 -m venv pyConformance source pyConformance/bin/activate cd ivas-codec python -m pip install -r tests/requirements.txt ``` Loading Loading
scripts/ivas_conformance/README_Package_Gen.md +1 −2 Original line number Diff line number Diff line Loading @@ -42,12 +42,11 @@ This folder contains scripts for running IVAS conformance tests. sudo apt install python3.13 python3.13-venv ``` - Create virtual environment for Python 3.13 and install requirements - Create virtual environment for Python 3.13 and install requirements from the root folder of the IVAS codebase ```shell python3.13 -m venv pyConformance source pyConformance/bin/activate cd ivas-codec python -m pip install -r tests/requirements.txt ``` Loading