Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 678e0f5

Browse files
kasbahpieterhijma
authored andcommitted
Add mistune to manual dependency installation
1 parent aa1d288 commit 678e0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Open the Python console in FreeCAD and enter the following code
2525

2626
```
2727
import addonmanager_dependency_installer
28-
depsInstaller = addonmanager_dependency_installer.DependencyInstaller([],['pyjwt','requests','tzlocal'],[])
28+
depsInstaller = addonmanager_dependency_installer.DependencyInstaller([],['pyjwt','requests','tzlocal', 'mistune'],[])
2929
depsInstaller._install_python_packages()
3030
```
3131

0 commit comments

Comments
 (0)