From 3cf094687f34c8062f711c0a93d87337d7d848f5 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 31 Oct 2016 23:36:34 +0100 Subject: [PATCH] Update README.rst --- README.rst | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.rst b/README.rst index 07260c864..802708ecd 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,9 @@ spaCy: Industrial-strength NLP ****************************** spaCy is a library for advanced natural language processing in Python and -Cython. `See here `_ for documentation and details. spaCy is built on -the very latest research, but it isn't researchware. It was designed from day 1 -to be used in real products. It's commercial open-source software, released under -the MIT license. +Cython. spaCy is built on the very latest research, but it isn't researchware. +It was designed from day 1 to be used in real products. It's commercial +open-source software, released under the MIT license. 💫 **Version 1.1 out now!** `Read the release notes here. `_ @@ -84,7 +83,7 @@ Supports ======== * CPython 2.6, 2.7, 3.3, 3.4, 3.5 (only 64 bit) -* OSX +* macOS / OS X * Linux * Windows (Cygwin, MinGW, Visual Studio) @@ -94,7 +93,7 @@ Install spaCy spaCy is compatible with 64-bit CPython 2.6+/3.3+ and runs on Unix/Linux, OS X and Windows. Source packages are available via `pip `_. Please make sure that -you have a working build enviroment set up. See notes on Ubuntu, OS X and Windows +you have a working build enviroment set up. See notes on Ubuntu, macOS/OS X and Windows for details. pip @@ -180,23 +179,20 @@ Install system-level dependencies via ``apt-get``: sudo apt-get install build-essential python-dev git -OS X ----- +macOS / OS X +------------ -Install a recent version of XCode, including the so-called "Command Line Tools". -OS X ships with Python and git preinstalled. +Install a recent version of `XCode `_, +including the so-called "Command Line Tools". macOS and OS X ship with Python +and git preinstalled. Windows ------- -Install a version of Visual Studio Express or higher that matches the version -that was used to compile your Python interpreter. For official distributions -these are VS 2008 (Python 2.7), VS 2010 (Python 3.4) and VS 2015 (Python 3.5). - -If you don't want to install the entire Visual Studio, you can install a -stand-alone compiler. Make sure that you install the correct version for -your version of Python. See https://wiki.python.org/moin/WindowsCompilers for -links to download these. +Install a version of `Visual Studio Express `_ +or higher that matches the version that was used to compile your Python +interpreter. For official distributions these are VS 2008 (Python 2.7), +VS 2010 (Python 3.4) and VS 2015 (Python 3.5). Run tests =========