OBA-Research commited on
Commit
8474e70
·
verified ·
1 Parent(s): 48cbe6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -85,17 +85,17 @@ Follow the official PyTorch installation guide for your platform:
85
  [https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/)
86
 
87
  **Quick installation**
88
- ```bash
89
- pip install torch torchvision
90
  ```
91
 
92
  ### 2. Install VAAS
93
 
94
- ```bash
95
- pip install vaas
96
  ```
97
  You can now safely run:
98
- ```bash
99
  import vaas
100
  ```
101
 
 
85
  [https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/)
86
 
87
  **Quick installation**
88
+ ```sh
89
+ $ pip install torch torchvision
90
  ```
91
 
92
  ### 2. Install VAAS
93
 
94
+ ```sh
95
+ $ pip install vaas
96
  ```
97
  You can now safely run:
98
+ ```python
99
  import vaas
100
  ```
101