Skip to content

Commit

Permalink
Update README.md (pytorch#806)
Browse files Browse the repository at this point in the history
Make command box contiguous again, but dupplicating the single command we need into a separate command issues with updown/shell
  • Loading branch information
mikekgfb authored and malfet committed Jul 17, 2024
1 parent a30fd3d commit 54cf789
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ cd torchchat
# set up a virtual environment
python3 -m venv .venv
source .venv/bin/activate
```
[skip default]: end
```

# install dependencies
./install_requirements.sh
```
[skip default]: end

[shell default]: ./install_requirements.sh

Installations can be tested by

Expand Down

0 comments on commit 54cf789

Please sign in to comment.