From 2261484462153066db7d9448e53f0d44800439d5 Mon Sep 17 00:00:00 2001 From: Parthe Pandit Date: Tue, 11 May 2021 14:35:46 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 87930d3..c0f94aa 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ python setup.py install Call the API using: +Cython is a dependency which can be installed using +``` +pip install cython +``` + ```python import fastBPE