miknad2319 commited on
Commit
12482d3
1 Parent(s): 0fb882b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -16,9 +16,13 @@ We then intall the following packages:
16
 
17
  I already have PyTorch installed, but to download PyTorch into your conda virtual environment,
18
 
19
- activate your virtual environment using the command <conda activate your_env_name>,
 
 
20
 
21
- then run the command <conda install pytorch torchvision torchaudio -c pytorch>
 
 
22
 
23
  For Transformers you can use the command <conda install -c conda-forge transformers> (REMEMBER TO
24
  INSTALL PACKAGES IN YOUR VIRTUAL ENVIRONMENT ONLY)
 
16
 
17
  I already have PyTorch installed, but to download PyTorch into your conda virtual environment,
18
 
19
+ activate your virtual environment using the command:
20
+
21
+ <conda activate your_env_name>
22
 
23
+ then run the command:
24
+
25
+ <conda install pytorch torchvision torchaudio -c pytorch>
26
 
27
  For Transformers you can use the command <conda install -c conda-forge transformers> (REMEMBER TO
28
  INSTALL PACKAGES IN YOUR VIRTUAL ENVIRONMENT ONLY)