From 93bf6318d25eeed88c8110dbda935487af691ae2 Mon Sep 17 00:00:00 2001 From: Andy Trofimov Date: Mon, 18 Jul 2022 15:06:13 +0500 Subject: [PATCH] Add Cython to Dev section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02d6f6..deb4b99 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ For development [p4a](https://github.com/kivy/python-for-android) and [npm](http # Clone repo and install requirements git clone https://github.com/interlark/sms-poll && cd sms-poll pip -m venv venv && source venv/bin/activate -pip install -r requirements.txt +pip install -r requirements.txt Cython # Build JS static files make build_static