Skip to content

Commit

Permalink
docs: update readme to be more accurate on the setup process
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Jul 19, 2020
1 parent 2772eab commit 6d44e79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

This is the code for my Telegram Bot with which you can play the game Black Jack. You can find it here: https://telegram.me/BlackJackBot

The main file, which needs to be executed is 'main.py'.
You need to put your API-Token in the right place in the main file.
The main file, which needs to be executed is 'main.py'. Please create a copy of the config.sample.py, name it config.py and enter the config data (e.g. bot
token).

## Other Software
## Setup

The bot uses the [python-telegram-bot](https://python-telegram-bot.org/) framework to make Telegram API calls. You can install it like that:

``pip install python-telegram-bot``
``pip install -r requirements.txt``

## Database

Expand Down

0 comments on commit 6d44e79

Please sign in to comment.