Commit 67b05595 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

pyenv install instructions

parent f618ba39
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
  ```