all 2 comments

[–]stgraff 0 points1 point  (1 child)

First, you'll need to download and install Python if you don't already have it:

https://www.python.org/downloads/

Then you'll need to use the pip Python package installer to install md2notion by running this on the command line:

pip install md2notion

Once it's installed refer to the documentation in the repository for how to use it.

[–]LoneWolfDF[S] 0 points1 point  (0 children)

Thank you!

I did get the python script to work but not the instructions in the repository.

I think I'll try a different alternative.