Mention that compatibility is only assured with Python 3
This commit is contained in:
parent
1c4053de8e
commit
09e0c4f883
@ -8,9 +8,11 @@ add new recipes.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Cuizin requires Python 3 and may not be compatible with Python 2.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone … # Clone this repository
|
$ 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 install # Install JS dependencies for the frontend
|
||||||
$ npm run build # Build the JS dependencies
|
$ npm run build # Build the JS dependencies
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user