Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatacz committed Jun 2, 2022
1 parent 147fcf6 commit 4002378
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ To install package with extra requirements for testing environment use: `pip ins

To install package with extra requirements for physical visualisation in pandasgui use:
`pip install -e skillcorner[physical_visualisation]`. To use this library make sure that all needed dependencies are
installed in your environment:
installed in your environment (mainly tested with Ubuntu):

`apt-get install -y libglib2.0-0 ffmpeg libsm6 libxext6 libnss3 libxcursor-dev
libxcomposite-dev libxdamage-dev libxrandr-dev libxtst-dev libxss-dev libdbus-1-dev libevent-dev libfontconfig1-dev`
`apt-get install libglib2.0-0 ffmpeg libsm6 libxext6 libnss3 libxcursor-dev libxcomposite-dev libxdamage-dev libxrandr-dev libxtst-dev libxss-dev libdbus-1-dev libevent-dev libfontconfig1-dev libxcb-xinerama0 libxcb-xkb-dev libxcb-render-util0 libxcb-keysyms1 libxcb-image0 libxkbcommon-x11-0 libxcb-icccm4`

`apt-get install -y libxcb-xinerama0 libxcb-xkb-dev libxcb-render-util0 libxcb-keysyms1 libxcb-image0
libxkbcommon-x11-0 libxcb-icccm4`
If you are on Debian you may also need to run:

`ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0 /usr/lib/x86_64-linux-gnu/libxcb-util.so.1`

0 comments on commit 4002378

Please sign in to comment.