Skip to content

Commit 25c620b

Browse files
committed
updated readme
1 parent 8687592 commit 25c620b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@ Install the dependencies:
213213
pip install -r requirements.txt #use python>=3.10
214214

215215
#or using conda (recommended)
216-
conda env create -f conda-lock.yml
216+
217+
# in case you don't have conda-lock installed
218+
# pip install conda-lock
219+
conda-lock install -n snake-ai conda-lock.yml
217220
conda activate snake-ai
218221
```
219222

0 commit comments

Comments
 (0)