Update README.md
Browse files
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
|
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 |
```
|