Skip to content

Commit aaa2115

Browse files
Update README.md
1 parent 06a7799 commit aaa2115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# epanet-python
22
python wrapper for epanet library
3+
Works with both Python 2.7 and 3.x
34

45
## epamodule
56
A Python module that permits Epanet toolkit library calls from pure Python programs.
6-
epanet2.py is generated from epanet2.h by ctypesgen
7+
Dropped inteface generated by ctypesgen from epanet2.h (beacause not working with 2.x and 3.x)
78

89
Example2.py is example2.c from toolkit help rewritten in Python as example of epamodule use.
910

0 commit comments

Comments
 (0)