Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaasadi committed Jun 4, 2024
2 parents 314b1d6 + 47e50c3 commit 811d672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Persepolis MicroSoft Windows package build
# Persepolis Microsoft Windows package build
windows package build for [Persepolis Download Manager](https://github.com/persepolisdm/persepolis)

We build stable releases safely and you don't need to build it yourself. You can download Persepolis Download Manager for Microsoft Windows from [release page](https://github.com/persepolisdm/persepolis/releases).
Expand Down Expand Up @@ -35,7 +35,7 @@ persepolisarea
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 to PATH” option.**
**remember** the **destination directory** and enable the **“Add Python to PATH” option.**

- ## 1-3 dependencies & libraries
- Install virtualenv with `pip install virtualenv` From windows terminal (**powershell**)
Expand All @@ -46,7 +46,7 @@ Download latest [python3](https://www.python.org/downloads/windows/) and install
`pip install PySide6 requests pypiwin32 setproctitle psutil yt_dlp 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/)
- 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](https://github.com/BtbN/FFmpeg-Builds/releases)/) (we use latest gpl version).
- 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://github.com/BtbN/FFmpeg-Builds/releases) (we use latest gpl version).
- Persepolis uses [**sthp**](https://github.com/KaranGauswami/socks-to-http-proxy/) to enable socks proxy option, so download the binary from [releases page](https://github.com/KaranGauswami/socks-to-http-proxy/releases)

# step 2: test and run
Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
theme: jekyll-theme-cayman
show_downloads: "true"
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
show_downloads: false

0 comments on commit 811d672

Please sign in to comment.