harryjulian commited on
Commit
5fbf0de
·
verified ·
1 Parent(s): f565d21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,10 +36,10 @@ Our work largely based on extending the work of [X-Codec2.0](https://huggingface
36
 
37
  Use the code below to get started with the model.
38
 
39
- To install from pypi in a dedicated environment:
40
 
41
  ```bash
42
- conda create -n neucodec python>3.9
43
  conda activate neucodec
44
  pip install neucodec
45
  ```
 
36
 
37
  Use the code below to get started with the model.
38
 
39
+ To install from pypi in a dedicated environment, using Python 3.10 or above:
40
 
41
  ```bash
42
+ conda create -n neucodec python=3.10
43
  conda activate neucodec
44
  pip install neucodec
45
  ```