Commit b5d884d2 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

Uniformize #1952

parent 7fd1d42a
...@@ -92,7 +92,7 @@ Examples are included in the repository but are not shipped with the library. ...@@ -92,7 +92,7 @@ Examples are included in the repository but are not shipped with the library.
Therefore, in order to run the latest versions of the examples you also need to install from source. To do so, create a new virtual environment and follow these steps: Therefore, in order to run the latest versions of the examples you also need to install from source. To do so, create a new virtual environment and follow these steps:
```bash ```bash
git clone git@github.com:huggingface/transformers git clone https://github.com/huggingface/transformers
cd transformers cd transformers
pip install [--editable] . pip install [--editable] .
``` ```
......
...@@ -7,7 +7,7 @@ similar API between the different models. ...@@ -7,7 +7,7 @@ similar API between the different models.
To run the latest versions of the examples, you have to install from source. 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 ```bash
git clone git@github.com:huggingface/transformers git clone https://github.com/huggingface/transformers
cd transformers cd transformers
pip install [--editable] . pip install [--editable] .
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment