kewlbear / Python-iOS

Swift package to use python modules in iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add requirements ?

SKbarbon opened this issue · comments

commented

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.

commented

@kewlbear why the __file__ is broken ?

What do you mean by broken?