I am new to Pythonista - like 30 minutes new.
I am writing code which interacts with the boto3 module for AWS. Additionally, I reuse a lot of code, and I need to also be able to import my own code.
When I do
import boto3
Pythonista correctly reports it doesn't know anything about the module. How do i get it into Pythonista?
Thanks