thebaselab / codeapp

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

Prophet - Pyhton #711

Open tuttorouge opened 1 year ago

tuttorouge commented 1 year ago

Prophet - Python

Hi would be possible in the future to intall this module on codeapp?

Thanks!

P.s GREAT APP!

yusancky commented 1 year ago

@tuttorouge : would be possible in the future to intall this module on codeapp?

From the documentation, you can use pip to install Prophet as it is on PyPI. So you should just type the following command in the teminal:

$ pip install prophet