Mention that compatibility is only assured with Python 3

This commit is contained in:
Lucas Verney 2018-03-06 18:29:50 +01:00
parent 1c4053de8e
commit 09e0c4f883
1 changed files with 3 additions and 1 deletions

View File

@ -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
```