Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,8 @@ git clone https://huggingface.co/Chantal/RaDialog-interactive-radiology-report-g
|
|
34 |
|
35 |
Install requirements:
|
36 |
```python
|
|
|
|
|
37 |
pip install requirements.txt
|
38 |
```
|
39 |
|
|
|
34 |
|
35 |
Install requirements:
|
36 |
```python
|
37 |
+
conda create -n llava_hf python=3.10
|
38 |
+
conda activate llava_hf
|
39 |
pip install requirements.txt
|
40 |
```
|
41 |
|