Skip to content

Commit

Permalink
Merge pull request #29 from CSIRO-enviro-informatics/handle-blank-column
Browse files Browse the repository at this point in the history
updating readme on using python 3 and version number
  • Loading branch information
jyucsiro authored Sep 25, 2018
2 parents b78391e + d5902da commit bf96131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ excel2ldr --user username --pass passwd examples/simple.xlsx
#### Windows Pre-requisites

```
1. Ensure Python 2.7 and pip is installed
1. Ensure Python 3.4+ and pip is installed
2. Ensure Python and pip is added to the PATH environment variable
```

Expand All @@ -78,7 +78,7 @@ $ git clone https://github.com/CSIRO-LW-LD/ldrpyutils.git
$ cd ldrpyutils
# (optional) setup a virtualenv
$ virtualenv venv
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion gui/Excel2ldrGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(c) 2017-2018 CSIRO Land and Water. Environmental Informatics Group.
</p>"""

VERSION = 'v1.1.8'
VERSION = 'v1.1.7'

class HtmlWindow(wx.html.HtmlWindow):
def __init__(self, parent, id, size=(600, 400)):
Expand Down

0 comments on commit bf96131

Please sign in to comment.