From dd56cfd89af50fe4e5fb129e87e60cf5a42cb517 Mon Sep 17 00:00:00 2001 From: Joel Grus Date: Mon, 19 Nov 2018 09:50:34 -0800 Subject: [PATCH] update pip package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dca9e294d..6e52913a4d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repo was tested on Python 3.5+ and PyTorch 0.4.1 PyTorch pretrained bert can be installed by pip as follows: ```bash -pip install pytorch_pretrained_bert +pip install pytorch-pretrained-bert ``` ### From source