From 75a97af6bc3b842df22e3bc12e530c22c5e15482 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Thu, 5 Dec 2019 11:26:55 +0100 Subject: [PATCH] fix #1450 - add doc --- examples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 960b218f112..25bbcf22465 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,12 +4,14 @@ In this section a few examples are put together. All of these examples work for similar API between the different models. **Important** -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 and install some specific requirements for the examples. +Execute the following steps in a new virtual environment: ```bash git clone https://github.com/huggingface/transformers cd transformers pip install [--editable] . +pip install -r ./examples/requirements.txt ``` | Section | Description |