How to add requirements ?
SKbarbon opened this issue · 3 comments
SKbarbon commented
How to add requirements library ? Should I implement a requirements.txt file in the assets or there is another way ?
kewlbear commented
You don't need to add requirements.txt to your app. Install requirements on your Mac and add site-packages as assets. If any of requirements are not pure python, you should build it for iOS and link it to your app.
kewlbear commented
What do you mean by broken?