From d4db8dad9e09d9b1e9458d0ef7e832480b83bb63 Mon Sep 17 00:00:00 2001 From: cztomczak Date: Wed, 6 Sep 2017 06:21:57 +0200 Subject: [PATCH] Update PyInstaller README --- examples/pyinstaller/README-pyinstaller.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/pyinstaller/README-pyinstaller.md b/examples/pyinstaller/README-pyinstaller.md index 1ea93b02..78665876 100644 --- a/examples/pyinstaller/README-pyinstaller.md +++ b/examples/pyinstaller/README-pyinstaller.md @@ -19,7 +19,8 @@ To install required packages type: pip install --upgrade pyinstaller pycrypto ``` -To package example type: +To package the example go to the [examples/pyinstaller/](./) directory +and type: ``` python pyinstaller.py ```