Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joncamfield authored Apr 23, 2020
1 parent 046364c commit 674cdb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
python --version
python3 --version
```
* For Python 2
```
sudo apt-get install git pandoc python-setuptools python-pip
sudo pip install MarkdownPP
```
* For Python 3
```
sudo apt-get install git pandoc python3-setuptools python3-pip
sudo pip install MarkdownPP
sudo pip3 install MarkdownPP
```
* For Python 2 (deprecated)
```
sudo apt-get install git pandoc python-setuptools python-pip
sudo pip install MarkdownPP
```

* Download the Documentation Builder

Expand All @@ -32,7 +32,7 @@
```
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar vxf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
cp wkhtmltox/bin/wk* /usr/local/bin/
sudo cp wkhtmltox/bin/wk* /usr/local/bin/
```
## Windows 10

Expand Down

0 comments on commit 674cdb3

Please sign in to comment.