Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ An Open Source Converter Bot scrapped from [Anydl Repo](https://github.com/spech

### The Easy Way

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/prgofficial/ConvertToVideo)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kuanidonya/ConvertToVideo)

### The Normal Way

```
git clone https://github.com/prgofficial/ConvertToVideo
git clone https://github.com/kuanidonya/ConvertToVideo
cd ConvertToVideo
virtualenv -p python3 VENV
. ./VENV/bin/activate
Expand All @@ -27,4 +27,4 @@ python3 bot.py

## CREDITS

- [Spechide](https://telegram.dog/spechide)
- [Spechide](https://telegram.dog/spechide)
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.7.2
python-3.8.6