Skip to content

Commit 9e6b081

Browse files
Fix typo in requirements.txt instructions (#502)
Changed 'looks' to 'look' to be grammatically accurate
1 parent 601bc45 commit 9e6b081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s1_development_environment/deep_learning_software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Here are some general installation commands for Pytorch:
107107
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu126
108108
```
109109

110-
If you want this to be part of your `requirements.txt` file, it needs to looks something like this:
110+
If you want this to be part of your `requirements.txt` file, it needs to look something like this:
111111

112112
```txt
113113
--index-url https://download.pytorch.org/whl/cu126

0 commit comments

Comments
 (0)