From 176491c7cf8a877fc88023bdc23d1ece17ee4033 Mon Sep 17 00:00:00 2001 From: o355 Date: Wed, 2 Aug 2017 23:20:29 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 136f265..4c96b15 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,21 @@ If you haven't noticed, PyWeather is in beta. At this point, essential features However, newer or more complex features may not work as expected. It's also up to you to report bugs that you find, as it makes every new PyWeather release better. ## Download/Setup +**HTTP/HTTPS versions notice** + +Due to a Geopy issue on Mac OS X, there is a standard release of 0.6.1 beta, and a HTTPS release of 0.6.1 beta, the only change being which scheme the geocoder uses. It's highly recommended to use the HTTPS-enabled build, but if you're running Mac OS X, or run into geocoder issues during setup (given a valid internet connection), you'll need to use the HTTP-enabled build. + You can download PyWeather by visiting the releases tab, and getting the latest zip. You can also use git to download PyWeather, using the commands below. ``` git clone https://github.com/o355/pyweather.git -git checkout 0.6.1-beta + +git checkout 0.6.1-beta-https (HTTPS version) +git checkout 0.6.1-beta (non-HTTPS version) ``` + If you'd prefer to live on the bleeding edge of PyWeather updates, run these commands.