Skip to content

Commit

Permalink
Add Cython to Dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark authored Jul 18, 2022
1 parent ddfcc97 commit 93bf631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93bf631

Please sign in to comment.