Skip to content

Commit a667797

Browse files
authored
Uses six and will run on Python3
1 parent d672194 commit a667797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ncldDump/ReadMe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The ncldDump application requires the python packages jinja2, netCDF4, and
1+
The ncldDump application requires the python packages six, jinja2, netCDF4, and
22
numpy.
33

44
To see how to run the application, run it with a single '-h' argument.
@@ -26,4 +26,4 @@ Quick-start
2626
$ python ncldDump.py -a aliases.json -o test.html test.nc
2727

2828

29-
Note: this currently works in Python 2.7
29+
Note: this currently works in Python 2.7 and 3.6.

0 commit comments

Comments
 (0)