Skip to content

Commit 176491c

Browse files
authored
Update README.md
1 parent eeb2335 commit 176491c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ If you haven't noticed, PyWeather is in beta. At this point, essential features
88
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.
99

1010
## Download/Setup
11+
**HTTP/HTTPS versions notice**
12+
13+
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.
14+
1115
You can download PyWeather by visiting the releases tab, and getting the latest zip.
1216

1317
You can also use git to download PyWeather, using the commands below.
1418

1519
```
1620
git clone https://github.com/o355/pyweather.git
17-
git checkout 0.6.1-beta
21+
<please perform the checkout command once, depending on the version you intend to use>
22+
git checkout 0.6.1-beta-https (HTTPS version)
23+
git checkout 0.6.1-beta (non-HTTPS version)
1824
```
25+
1926

2027
If you'd prefer to live on the bleeding edge of PyWeather updates, run these commands.
2128

0 commit comments

Comments
 (0)