[win conda] FC can't find doc renderer

docs installed via addon manager :: Installation location: C:\Users~\AppData\Roaming\FreeCAD\Mod\offline-documentation

FC been restarted.

C:\Users\~\Documents\FreeCAD_weekly-builds-30694-2022-10-20-conda-Windows-x86_64-py310\bin>pip install markdown

Requirement already satisfied: markdown in c:\users~\anaconda3\lib\site-packages (3.3.4)

C:\Users\~\Documents\FreeCAD_weekly-builds-30694-2022-10-20-conda-Windows-x86_64-py310\bin>pip install pandoc

Requirement already satisfied: pandoc in c:\users~\anaconda3\lib\site-packages (2.3)
Requirement already satisfied: plumbum in c:\users~\anaconda3\lib\site-packages (from pandoc) (1.8.0)
Requirement already satisfied: ply in c:\users~\anaconda3\lib\site-packages (from pandoc) (3.11)
Requirement already satisfied: pywin32 in c:\users~\anaconda3\lib\site-packages (from plumbum->pandoc) (302)

Despite this:
Please install the markdown or pandoc python modules to improve the rendering of this page. :question:
freecad_J4B6yxCUPZ.png

that’s probably not the right way of installing them, those listed in the message are likely not available to freecad

Not sure what to do with that information. Not a python buff. Any ideas?

C:\Users\~>pip install pandoc
Requirement already satisfied: pandoc in c:\users\~\anaconda3\lib\site-packages (2.3)
..etc
C:\Users\~>pip install markdown
Requirement already satisfied: markdown in c:\users\~\anaconda3\lib\site-packages (3.3.4)

according to https://github.com/realthunder/FreeCAD_assembly3#installation

the correct way is to open cmd in your FreeCAD installation bin directory and execute

python.exe -m pip install *insert-package-name*

yorik chennes I think this addon doesn’t have these dependencies declared