Skip to content

Commit c91c6d6

Browse files
author
Sorin Sbarnea
committed
Fixed installation and execution of tests on Mac OS X. The setup.py changes fixed the failure to install on python 3.5
1 parent 4493475 commit c91c6d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pandoc is available for many different platforms:
5252
- Ubuntu/Debian: `sudo apt-get install pandoc`
5353
- Fedora/Red Hat: `sudo yum install pandoc`
5454
- Arch: `sudo pacman -S pandoc`
55-
- Mac OS X with Homebrew: `brew install pandoc`
55+
- Mac OS X with Homebrew: `brew install pandoc pandoc-citeproc Caskroom/cask/mactex`
5656
- Machine with Haskell: `cabal-install pandoc`
5757
- Windows: There is an installer available
5858
[here](http://johnmacfarlane.net/pandoc/installing.html)

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def finalize_options(self):
222222
author_email = 'bebraw@gmail.com',
223223
packages = ['pypandoc'],
224224
package_data={'pypandoc': ['files/*']},
225-
install_requires = ['setuptools', ],
225+
install_requires = ['setuptools', 'pip>=8.1.0', 'wheel>=0.25.0'],
226226
classifiers=[
227227
'Development Status :: 4 - Beta',
228228
'Environment :: Console',

0 commit comments

Comments
 (0)