diff --git a/README.md b/README.md index 2be948fa..190283d5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ For more information see the [Lasersaur Software Setup Guide](http://www.lasersa Notes on Creating Standalone Apps ---------------------------------- -With [PyInstaller](http://www.pyinstaller.org) it's possible to convert a python app to a standalone, single file executable. This allows us to make the setup process much easier and remove all the the prerequisites on the target machine (including python). +With [PyInstaller](http://www.pyinstaller.org) it's possible to convert a python app to a standalone, single file executable. This allows us to make the setup process much easier and remove all the prerequisites on the target machine (including python). From a shell/Terminal do the following: