-
Copy the following text:
Set-ExecutionPolicy Bypass -Scope Process -Force [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
-
Press
Win
. An interface should pop up as shown below: -
Search for settings by typing "
Settings
" in the text field as shown below:Press
Enter
. -
A window should pop up as shown below:
Press "
Apps
" in the selection below. -
You should be redirected to "
Apps & Features
" as shown below:Below the subtitle "
Apps & Features
", press the hyperlink "App execution aliases
". -
You should be redirected to "
App execution aliases
" as shown below:Toggle the "
App installer
" for both "python.exe
" and "python3.exe
". Exit the settings app. -
Press
Windows
+R
(PressWindows
andR
keys simultaneously) -
A window with a title
Run
should appear. Focus to the said window in theOpen:
text field by hovering the mouse towards the said text field and left-clicking the mouse and typepowershell
as shown below: -
Press
Ctrl
+Shift
+Enter
(PressCtrl
,Shift
, andEnter
keys simultaneously). -
A window with a title
User Account Control
should appear as shown below: -
Focus to the said window and press the
Yes
button by hovering the mouse towards the said button and left-clicking the mouse. A window namedAdministrator: Windows Powershell
should pop-up. -
Focus to the window named
Administrator: Windows Powershell
window by hovering the mouse towards the said window and left-clicking the mouse. Then, pressCtrl
+V
(PressCtrl
andV
keys simultaneously), andEnter
afterwards.If the window
Administrator: Windows Powershell
seems to hang up, focus to said window by hovering the mouse towards the said window and left-clicking the mouse, then pressEnter
five times every minute or so until something happens. -
Restart your computer, then login to the user account to which you have done the above instructions at.
-
Copy the following text:
choco install -y python
Then, repeat step 7-12.
-
Copy the following text:
python3 -m pip install wh-m2p
Then, repeat step 12.
Congratulations, you can now use md2pdf by copying the following text:
m2p
OR this:
python3 -m md2pdf
Then doing the following steps:
-
Press
Windows
+R
(PressWindows
andR
keys simultaneously) -
A window with a title
Run
should appear. Focus to the said window in theOpen:
text field by hovering the mouse towards the said text field and left-clicking the mouse and typepowershell
as shown below: -
Press
Enter
. -
Focus to the window named
Administrator: Windows Powershell
window by hovering the mouse towards the said window and left-clicking the mouse. Then, pressCtrl
+V
(PressCtrl
andV
keys simultaneously), andEnter
afterwards.
-
Open your preferred terminal and run the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
-
Next, for OS X 10.13 (High Sierra) or younger, run the following command:
echo 'export PATH="/usr/local/opt/python/libexec/bin:$PATH"' >> ~/.profile
And for OS X 10.12 (Sierra) or older, use the following command instead:
echo 'export PATH=/usr/local/bin:/usr/local/sbin:$PATH' >> ~/.profile
-
Afterwards, install the rest of the prerequisites by running the following command:
brew install python
-
Install md2pdf by running the following command:
python3 -m pip install wh-m2p
Congratulations, you can now use md2pdf by running the following:
m2p
OR
python3 -m md2pdf
-
Open your preferred terminal and run the following command to install the prerequisites:
sudo apt update -y sudo apt install -y python3-pip
-
Finally, install md2pdf by running the following command:
python3 -m pip install wh-m2p
Congratulations, you can now use md2pdf by running the following:
m2p
OR
python3 -m md2pdf
-
Open your preferred terminal and run the following command to install the prerequisites:
sudo pacman -Syyu --noconfirm python
-
Finally, install md2pdf by running the following command:
python3 -m pip install wh-m2p
Congratulations, you can now use md2pdf by running the following:
m2p
OR
python3 -m md2pdf