From 170bd3e0acb7a8b704575bbabdb854b4c80ba048 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 27 Mar 2016 09:28:19 -0700 Subject: [PATCH] Add note about python 3 --- Frequently-Asked-Questions-(FAQ).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index a19148e..17c67a0 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -52,7 +52,7 @@ Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If y ### General #### Q: I have some weird Python errors! -**A:** Please make sure you have the latest version of Python 2.7.x installed. +**A:** Please make sure you have the latest version of Python 2.7.x installed. PlexPy does not run on Python 3. #### Q: I am receiving some weird datatable warnings. **A:** Most datatable warnings can be solved by doing a force refresh in your browser (Ctrl+F5 or Option+Reload in Safari). If that doesn't work, try clearing your browser's cache.