Skip to content

Commit 16be60d

Browse files
committed
use venv for local installation rather than poetry cache folder
1 parent ac11de0 commit 16be60d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ sudo apt-get install -y -qq python3 python3-venv python3-pip git scons ffmpeg
7979
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
8080
```
8181

82-
Run the following command to install the Python requirements:
82+
Run the following command to install the Python requirements and the binary `p1204_3` in `.venv/bin/p1204_3`:
8383

8484
```bash
85+
mkdir -p .venv
8586
poetry install
8687
```
8788

0 commit comments

Comments
 (0)