Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Jul 11, 2024
1 parent 8687592 commit 25c620b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ Install the dependencies:
pip install -r requirements.txt #use python>=3.10

#or using conda (recommended)
conda env create -f conda-lock.yml

# in case you don't have conda-lock installed
# pip install conda-lock
conda-lock install -n snake-ai conda-lock.yml
conda activate snake-ai
```

Expand Down

0 comments on commit 25c620b

Please sign in to comment.