Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghtF1re authored Jun 9, 2018
1 parent c342f7a commit d6a0374
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ The following Python packages must be installed:
* sqlite3
* requests
## How to use
To start working with the application, you need to run the app.py file. The console starts. There it is necessary to follow the instructions, choosing the necessary actions
To start working with the application, you need to run the app.py file (The extension must be associated with Python). The console starts. There it is necessary to follow the instructions, choosing the necessary actions

Option 2: open the terminal, move through the cd to the directory of this repository, then in the console enter
```
python app.py
```

# RUS DESCRIPION:
## О приложении
Expand All @@ -32,7 +37,12 @@ To start working with the application, you need to run the app.py file. The cons
* requests

## Руководство к использованию
Для начала работы с приложением необходимо запустить файл app.py. Запустится консоль. Там необходимо следовать инструкции, выбирая необходимые действия.
Для начала работы с приложением необходимо запустить файл app.py (Расширение должно быть асоциированно с Python). Запустится консоль. Там необходимо следовать инструкции, выбирая необходимые действия.

Вариант 2: открыть терминал, переместиться через cd в каталог этого репозитория, после чего в консоли ввести
```
python app.py
```

![Screen](https://i.imgur.com/FBdIRrW.png)

0 comments on commit d6a0374

Please sign in to comment.