OliverCi / freeplane2md

Convert Freeplane mind maps into Markdown format
GNU Lesser General Public License v2.1
18 stars 3 forks source link

Enable installation of required packages using pip #18

Closed OliverCi closed 9 months ago

OliverCi commented 9 months ago

Required packages can be installed with

pip install -r requirements.txt

See #15. Thanks @balintkissdev.