DMOJ / docs

Documentation for setting up and using the DMOJ judge.
https://docs.dmoj.ca
26 stars 87 forks source link

mysqlclient needs an apt package #159

Open int-y1 opened 10 months ago

int-y1 commented 10 months ago

I needed to run sudo apt install pkg-config before I can run pip3 install mysqlclient successfully. Add this command to the docs somewhere.

https://stackoverflow.com/a/76794502

quantum5 commented 10 months ago

Thought pkgconf is recommended over pkg-config these days?