miknad2319 commited on
Commit
6a78a2d
1 Parent(s): 0863fa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -4,8 +4,7 @@ I elected to use an Anaconda Virtual Environment, although that decision will li
4
 
5
  If you don't have Anaconda installed you can download it from here: https://docs.anaconda.com/anaconda/install/index.html
6
 
7
- With Anaconda installed, we then make a new conda environment using the command:
8
- <conda create --name your_env_name>
9
 
10
  https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
11
 
@@ -15,12 +14,12 @@ We then intall the following packages:
15
 
16
  -----Transformers
17
 
18
- I already have PyTorch installed, but to download PyTorch into your conda virtual environment activate your
19
- 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)
25
 
26
  I did not have Transformers installed yet, so below is a screenshot of me downloading and installing
 
4
 
5
  If you don't have Anaconda installed you can download it from here: https://docs.anaconda.com/anaconda/install/index.html
6
 
7
+ With Anaconda installed, we then make a new conda environment using the command "conda create --name your_env_name"
 
8
 
9
  https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
10
 
 
14
 
15
  -----Transformers
16
 
17
+ I already have PyTorch installed, but to download PyTorch into your Conda virtual environment activate your
18
+ virtual environment using the command "conda activate your_env_name"
19
 
20
+ then run the command "conda install pytorch torchvision torchaudio -c pytorch"
21
 
22
+ For Transformers you can use the command "conda install -c conda-forge transformers" (REMEMBER TO
23
  INSTALL PACKAGES IN YOUR VIRTUAL ENVIRONMENT ONLY)
24
 
25
  I did not have Transformers installed yet, so below is a screenshot of me downloading and installing