Merge pull request #72 from jackyko1991/master

add windows install instruction
This commit is contained in:
Haris Iqbal
2020-04-22 19:19:10 +02:00
committed by GitHub
+5
View File
@@ -33,6 +33,11 @@ Base on this [website](https://gist.github.com/rain1024/98dd5e2c6c8c28f9ea9d), p
sudo apt-get install texlive-fonts-extra sudo apt-get install texlive-fonts-extra
sudo apt-get install texlive-latex-extra sudo apt-get install texlive-latex-extra
``` ```
* Windows
1. Download and install [MikTeX](https://miktex.org/download).
2. Download and install bash runner on Windows, recommends [Git bash](https://git-scm.com/download/win) or Cygwin(https://www.cygwin.com/)
2. Execute the example as followed. 2. Execute the example as followed.
``` ```
cd pyexamples/ cd pyexamples/