We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac11de0 commit 16be60dCopy full SHA for 16be60d
README.md
@@ -79,9 +79,10 @@ sudo apt-get install -y -qq python3 python3-venv python3-pip git scons ffmpeg
79
sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev yasm
80
```
81
82
-Run the following command to install the Python requirements:
+Run the following command to install the Python requirements and the binary `p1204_3` in `.venv/bin/p1204_3`:
83
84
```bash
85
+mkdir -p .venv
86
poetry install
87
88
0 commit comments