Files

14 lines
282 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ачала нужно добавить токен в переменную окружения.
<!-- termynal -->
```console
$ export INVEST_TOKEN=YOUR_TOKEN
```
А потом можно запускать примеры
```console
$ python examples/client.py
```