Browse Source

Update README.md

Cammy 7 years ago
parent
commit
3d6eb41850
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -42,7 +42,7 @@ If using Windows 7, 8 or 8.1 make sure you have installed the [update for Univer
 ###### Windows 
 ###### Windows 
 - [ffmpeg](https://ffmpeg.org/download.html)
 - [ffmpeg](https://ffmpeg.org/download.html)
 
 
-###### Linux
+###### Linux (and Windows if not using the executable)
 - [ffmpeg](https://ffmpeg.org/download.html)
 - [ffmpeg](https://ffmpeg.org/download.html)
 - [Git](https://git-scm.com/downloads)
 - [Git](https://git-scm.com/downloads)
 - [Python 2.7.x or 3.5>=](https://www.python.org/downloads/)
 - [Python 2.7.x or 3.5>=](https://www.python.org/downloads/)
@@ -51,8 +51,14 @@ If using Windows 7, 8 or 8.1 make sure you have installed the [update for Univer
 
 
 Make sure all tools are accessible via command line (added to your PATH if on Windows, use Google).
 Make sure all tools are accessible via command line (added to your PATH if on Windows, use Google).
 
 
+**Tip** — If you use the Windows executable you can add that to your PATH as well. The easiest way is by copying it to the Windows installation folder.
+
 #### Installing
 #### Installing
 
 
+###### Note
+If you run Windows you can also try out the Windows build available [here](https://github.com/notcammy/PyInstaLive/releases).
+In case it doesn't work or you just prefer building PyInstaLive from source follow the instructions below. 
+
 Run the following command in Command Prompt (might need to be run as administrator on Windows) or a terminal:
 Run the following command in Command Prompt (might need to be run as administrator on Windows) or a terminal:
 ```bash
 ```bash
 pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.3 --process-dependency-links
 pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.3 --process-dependency-links