Show More
@@ -164,7 +164,7 b" def install_mathjax(tag='v2.2', dest=default_dest, replace=False, file=None, ext" | |||||
164 |
|
164 | |||
165 | if file is None: |
|
165 | if file is None: | |
166 | # download mathjax |
|
166 | # download mathjax | |
167 |
mathjax_url = "https://github.com/mathjax/MathJax/ |
|
167 | mathjax_url = "https://github.com/mathjax/MathJax/archive/%s.tar.gz" %tag | |
168 | print "Downloading mathjax source from %s" % mathjax_url |
|
168 | print "Downloading mathjax source from %s" % mathjax_url | |
169 | response = urllib2.urlopen(mathjax_url) |
|
169 | response = urllib2.urlopen(mathjax_url) | |
170 | file = response.fp |
|
170 | file = response.fp |
General Comments 0
You need to be logged in to leave comments.
Login now