Skip to content

Commit 1efbc1b

Browse files
There can be only one!! (huggingface#1343)
pkg-config appears twice in the package list. Co-authored-by: Caroline Pascal <[email protected]>
1 parent c342d67 commit 1efbc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pip install -e .
130130
```
131131
132132
> **NOTE:** If you encounter build errors, you may need to install additional dependencies (`cmake`, `build-essential`, and `ffmpeg libs`). On Linux, run:
133-
`sudo apt-get install cmake build-essential python3-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev pkg-config`. For other systems, see: [Compiling PyAV](https://pyav.org/docs/develop/overview/installation.html#bring-your-own-ffmpeg)
133+
`sudo apt-get install cmake build-essential python3-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev`. For other systems, see: [Compiling PyAV](https://pyav.org/docs/develop/overview/installation.html#bring-your-own-ffmpeg)
134134

135135
For simulations, 🤗 LeRobot comes with gymnasium environments that can be installed as extras:
136136
- [aloha](https://github.com/huggingface/gym-aloha)

0 commit comments

Comments
 (0)