[doc] homogenize instructions slightly
This commit is contained in:
@@ -4,12 +4,12 @@ In this section a few examples are put together. All of these examples work for
|
||||
similar API between the different models.
|
||||
|
||||
**Important**
|
||||
To use the examples, execute the following steps in a new virtual environment:
|
||||
To run the latest versions of the examples, you have to install from source. Execute the following steps in a new virtual environment:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:huggingface/transformers
|
||||
cd transformers
|
||||
pip install .
|
||||
pip install [--editable] .
|
||||
```
|
||||
|
||||
| Section | Description |
|
||||
|
||||
Reference in New Issue
Block a user