Python-iOS
Python-iOS copied to clipboard
How to add requirements ?
How to add requirements library ? Should I implement a requirements.txt file in the assets or there is another way ?
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 why the __file__ is broken ?
What do you mean by broken?