Chantal commited on
Commit
4a02079
1 Parent(s): 8fdae9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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