From eabdaa922aa3277d848c49355cf2583d8d9338c8 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 2 Dec 2019 22:28:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d283726..322ed1c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ training_data = ListDataset( ## Development ``` -python setup.py install +pip install -e . pytest test ```