Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit f66fb0a

Browse files
Sean HuSean Hu
authored andcommitted
Merged PR 4359: Update README.
Update README.
1 parent 20563fa commit f66fb0a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ python setup.py test
5050

5151
A sample desktop application is also provided.
5252

53-
To run it, install the following prerequisites:
53+
Currently it support the following combination of prerequisites:
5454

55-
- [Python 2.7](https://www.python.org/downloads/) (version 3 is **not** currently supported, you can vote for this feature [here](https://github.com/Microsoft/Cognitive-Face-Python/issues/30))
56-
- [wxPython 3.0.2](https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/) (version 4 is **not** currently supported)
55+
1. [Python 3](https://www.python.org/downloads/) + [wxPython 4](https://pypi.python.org/pypi/wxPython) **[Recommended]**
56+
1. [Python 2](https://www.python.org/downloads/) + [wxPython 4](https://pypi.python.org/pypi/wxPython)
57+
1. [Python 2](https://www.python.org/downloads/) + [wxPython 3](https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/)
58+
59+
P.S. WxPython 3 does not support Python 3 by design.
5760

5861
Then run the following:
5962

0 commit comments

Comments
 (0)