Python-iOS icon indicating copy to clipboard operation
Python-iOS copied to clipboard

How to add requirements ?

Open SKbarbon opened this issue 2 years ago • 3 comments

How to add requirements library ? Should I implement a requirements.txt file in the assets or there is another way ?

SKbarbon avatar Aug 07 '23 11:08 SKbarbon

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 avatar Aug 07 '23 23:08 kewlbear

@kewlbear why the __file__ is broken ?

SKbarbon avatar Aug 08 '23 16:08 SKbarbon

What do you mean by broken?

kewlbear avatar Aug 09 '23 00:08 kewlbear