From a4903049a3b8603cf10d225373e3f7fc702c463c Mon Sep 17 00:00:00 2001 From: Steve Atkins Date: Fri, 12 Feb 2016 11:36:07 -0800 Subject: [PATCH 1/2] Document cloning from public URL rather than ssh --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index fa35e91af..1ca9a6ed3 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -20,7 +20,7 @@ by using ``git``: .. code:: bash - $ git clone github.com:danielquinn/paperless.git + $ git clone https://github.com/danielquinn/paperless.git $ cd paperless or just download the tarball and go that route: From 2ed2d641b5fc0ee0241d1f723be4220e9c294fad Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 13 Feb 2016 00:59:19 +0000 Subject: [PATCH 2/2] Added a note about the plight of Apple users. --- docs/requirements.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/requirements.rst b/docs/requirements.rst index 5484f7db9..1c4f989db 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -35,6 +35,23 @@ document. Needless to say if you don't know what a virtualenv is, you should probably figure that out before continuing. +.. _requirements-apple: + +Apple-tastic Complications +-------------------------- + +Some users have `run into problems`_ with installing ImageMagick on Apple +systems using HomeBrew. The solution appears to be to install ghostscript as +well as ImageMagick: + +.. _run into problems: https://github.com/danielquinn/paperless/issues/25 + +.. code:: bash + + $ brew install ghostscript + $ brew install imagemagick + + .. _requirements-baremetal: Python-specific Requirements: No Virtualenv