Skip to content

Commit

Permalink
🆙 new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaasadi committed Nov 5, 2019
1 parent 2fab3cf commit c68534c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ You also need some file that we put them in this repository and we use them to b
persepolis has been written in python so we need python3 to build it, after freezing and building the package there are no more need to python and its library.
Download latest [python3](https://www.python.org/downloads/windows/) and install it.

**remember** the **destination directory** and enable the **“Add Python 3.6 to PATH” option.**
**remember** the **destination directory** and enable the **“Add Python 3.7 to PATH” option.**

- ## 1-3 dependencies & libraries
Install these libraries with `pip` from windows **cmd** or **powershell** (*you should run pip as Admin*)

`pip install pyqt5 requests pypiwin32 setproctitle psutil youtube_dl pyinstaller`

Persepolis is gui for [**Aria2**](https://aria2.github.io) so we need it, you can download latest or specific version according to your system from [Aria2 release page](https://github.com/aria2/aria2/releases/) or use one of Aria2 build ithat I put in this repository at aria2 folder (*we will need it ahead*)
Persepolis uses ffmpeg for mixing videos([more info.](https://github.com/persepolisdm/persepolis/wiki/How-can-I-download-videos-from-youtube)). Download ffmpeg yourself or use ffmpeg build in this repository.
Persepolis uses [ffmpeg](https://www.ffmpeg.org/) for mixing videos([more info.](https://github.com/persepolisdm/persepolis/wiki/How-can-I-download-videos-from-youtube)). Download [ffmpeg](https://ffmpeg.zeranoe.com/builds/) yourself or use ffmpeg build in this repository.

- ## 1-4 windows SDK
Download and install the [Windows Software Development Kit (SDK)](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) for Windows 10. we need it for Application Certification Kit API.
Expand Down Expand Up @@ -87,7 +87,7 @@ If everything goes well, you have some output like this
![pyinstaller](screen1.png)

If you get error messages, you made mistake. Open an issue [here](https://github.com/persepolisdm/persepolis-windows-package-build/issues), We will help you :)

- After this, you have bundled executable file in dist folder, Move `ffmpeg.exe` and `aria2c.exe` next to the `Persepolis Download Manager.exe`. you can run it and test it, it works perfectly

# step 4: create package installer
Expand Down

0 comments on commit c68534c

Please sign in to comment.