thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

python requests library #423

Closed pjcrabbit closed 2 years ago

pjcrabbit commented 2 years ago

The requests library would be a nice addition to the codeapp. Is there a reason for it not to be included? Could it be added in a future release?

Thanks

bummoblizard commented 2 years ago

Just do pip install requests in the terminal :)

On Fri, 22 Apr 2022 at 00:48, pjcrabbit @.***> wrote:

The requests library would be a nice addition to the codeapp. Is there a reason for it not to be included? Could it be added in a future release?

Thanks

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T24FJATIROO2UJPWGW3VGGBEJANCNFSM5T72NUMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pjcrabbit commented 2 years ago

Lol... now I feel dumb...

Thanks a lot, it worked, obviously!