diff --git a/pythonista/README_iOS.md b/pythonista/README_iOS.md index eb61c19..6cc3e05 100644 --- a/pythonista/README_iOS.md +++ b/pythonista/README_iOS.md @@ -7,10 +7,13 @@ ie. for __iOS__. Only slight changes. No need for `pyttsx3` here since you have the built-in `speech` module. -Also the `zapisz` function is not implemented since there is no easy -way to save an audio file with the `speech` module. +The `zapisz` function is not implemented since there is no easy +way to save an audio file with the `speech` module. + +Apart from that it +works in the same way as the normal version. ### set up save this __whole directory__ (preferably under the name __pytdm__) in your pythonista `site-packages-3` directory. Then you can import it -anywhere using the `import pytdm` command and +anywhere using the `import pytdm` command.