From b11a586b02383809f08d3985254639cf6262294d Mon Sep 17 00:00:00 2001 From: "sshie@xweather.com" <73Nft462O^rLZ> Date: Tue, 2 Apr 2019 12:48:12 -0500 Subject: [PATCH] Updated readme --- README.rst | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index b589c88..e508612 100644 --- a/README.rst +++ b/README.rst @@ -14,25 +14,28 @@ top of an object mapping system that efficiently loads requested weather content into third-party Python applications, greatly reducing the amount of code and development needed on the developer end. -The AerisWeather Python SDK is built using Python v3.6. +**Requirements** -**How to get it:** + The AerisWeather Python SDK is built using Python v3.6. - - Download or link to the aerisweather package via The Python Package Index at `pypi.org/project/aerisweather `_ + *You also need:* - - Get the code at the AerisWeather Python SDK project on `GitHub `_ + - An active AerisWeather API account (don't have one? `sign up here `_) + - Python v3.6 or Higher + - aenum v2.1.0 or Higher + - requests lib - - Visit the SDK's home at `AerisWeather `_. + *Note: To use the included Jupyter Notebook, you will also need to install the Jupyter kernel* -**Requirements** +**How to get it** -- An active AerisWeather API account (don't have one? `sign up here `_) - -- Python v3.6 or Higher + - Download or link to the aerisweather package via The Python Package Index at `pypi.org/project/aerisweather `_ + - Get the code at the AerisWeather Python SDK project on `GitHub `_ + - Visit the SDK's home at ``_. -- aenum v2.1.0 or Higher +**Docs** + - `Browse the code docs online `_ -Note: To use the included Jupyter Notebook, you will also need to install the Jupyter kernel