From 09e0c4f8832bbe6751227e952fed72bf48db27fb Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Tue, 6 Mar 2018 18:29:50 +0100 Subject: [PATCH] Mention that compatibility is only assured with Python 3 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e46bad9..8a133e2 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ add new recipes. ## Installation +Cuizin requires Python 3 and may not be compatible with Python 2. + ``` $ git clone … # Clone this repository -$ pip install -r requirements.txt # Install Python dependencies +$ pip3 install -r requirements.txt # Install Python dependencies $ npm install # Install JS dependencies for the frontend $ npm run build # Build the JS dependencies ```