Remove installation instructions, as they're redundant for the guidance given by warehouse at https://pypi.org/project/wolframalpha.

This commit is contained in:
Jason R. Coombs 2016-09-03 14:24:06 -04:00
parent 8c05a4b376
commit 6112882d6b

View File

@ -5,22 +5,6 @@ Python Client built against the `Wolfram|Alpha <http://wolframalpha.com>`_
v2.0 API. This project is hosted on `Github
<https://github.com/jaraco/wolframalpha>`_.
Installation
============
This library is released to PyPI - the Python Package Index, so the easiest way to install it is to use
pip::
pip install wolframalpha
or easy_install::
easy_install wolframalpha
If you don't have these tools or you prefer not to use setuptools, you may
also simply extract the 'wolframalpha' directory an appropriate location in
your Python path.
Usage
=====