Logs for #nikola for 2024-01-03

17:59:53 <omwb> Is there any documentation that tells me what I can expect will work after `pip install Nikola` (as opposed to `pip install Nikola[extras]`? I found those two mentioned at https://getnikola.com/getting-started.html , but did not find the documentation page that tells me what the plain `pip install Nikola` is good for.
19:12:21 <ChrisWarrick> omwb: we don’t have this documented, since those are often specific and optional features
19:12:39 <ChrisWarrick> omwb: you can get an idea by `git grep req_missing`
20:36:41 <omwb> The cooking recipe seems to be to simply try, and if something is missing, there will be an error message that tells you what else to install. Is that the idea?
20:56:05 <ChrisWarrick> yes
20:56:33 <omwb> Thanks!
20:57:55 <ChrisWarrick> !tell omwb re optional dependencies, if you peek at the code, you can see it’s sometimes for minor things, very niche features, or individual options
20:57:55 <KwBot> ChrisWarrick: acknowledged.