-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc93b7a
commit 70b2e7b
Showing
5 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Welcome to Pyto | ||
|
||
Thank you for downloading Pyto. You can now write and run Python scripts. | ||
|
||
# Getting Started | ||
|
||
* Tap `⊞` to return to the file browser. | ||
|
||
* To create a new script, tap `+` at top right of the file browser. | ||
|
||
* To run a script open it and tap `►`. The output will be shown and the keyboard will appear when input will be required. | ||
|
||
* To pass arguments, tap the `args` button | ||
|
||
* To change the app's theme, press the `Info` button at top left of the file browser, then tap `Theme` and choose the theme you want. | ||
|
||
# Installing third party modules | ||
|
||
Pyto has a minimal version of pip. | ||
|
||
For installing a module, tap `pip` button on the file browser. Arguments will be asked. If you want to install a module, write `install <module_name>` and if you want to uninstall a module, then write `uninstall <module_name>`. | ||
|
||
Pyto cannot compile modules and cannot link shared libraries from outside the app bundle. So `pip` will fail for packages like `pandas`, `scipy` or `numpy`. `numpy` is already included. I'm trying to include `pandas`, but it's not easy. |