We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c68feb + 7861101 commit 7a24f8dCopy full SHA for 7a24f8d
content/install-guides/pytorch.md
@@ -49,6 +49,7 @@ PyTorch requires Python 3, and this can be installed with `pip`.
49
For Ubuntu, run:
50
51
```bash
52
+sudo apt update
53
sudo apt install python-is-python3 python3-pip python3-venv -y
54
```
55
@@ -71,7 +72,7 @@ source venv/bin/activate
71
72
In your active virtual environment, install PyTorch:
73
74
-sudo pip install torch torchvision torchaudio
75
+pip install torch torchvision torchaudio
76
77
78
## How do I get started with PyTorch?
0 commit comments