From 9707832430bba5af6fe23597cbcfc8c1f7204152 Mon Sep 17 00:00:00 2001 From: Maxim Andreev Date: Sat, 31 Jul 2021 22:26:06 +0300 Subject: [PATCH] Add links to Russian documentation --- README.md | 5 ++++- radiacode-examples/README.md | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 468282e..5e3d9a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ## RadiaCode + +[Описание на русском языке](README_ru.md) + This is a library to work with the radiation detector and spectrometer [RadiaCode-101](https://scan-electronics.com/dosimeters/radiacode/radiacode-101). ***The project is still under development and not stable. Thus, the API might change in the future.*** @@ -31,4 +34,4 @@ $ python3 -m radiacode-examples.narodmon --bluetooth-mac 52:43:01:02:03:04 ``` $ poetry install $ poetry run python3 radiacode-examples/basic.py --bluetooth-mac 52:43:01:02:03:04 # or without --bluetooth-mac for USB connection -``` \ No newline at end of file +``` diff --git a/radiacode-examples/README.md b/radiacode-examples/README.md index 37ad74a..a233b97 100644 --- a/radiacode-examples/README.md +++ b/radiacode-examples/README.md @@ -1,5 +1,7 @@ # RadiaCode Library - Examples +[Описание на русском языке](README_ru.md) + These example projects are installed with the library if you specify `pip install radiacode[examples]` (instead of `pip install radiacode`). Each example project provides information when using the parameter `--help`. @@ -19,4 +21,4 @@ $ python3 -m radiacode-examples.webserver --bluetooth-mac 52:43:01:02:03:04 --li Sends measurements to the service [public monitoring project narodmon.ru](https://narodmon.ru). ``` $ python3 -m radiacode-examples.narodmon --bluetooth-mac 52:43:01:02:03:04 -``` \ No newline at end of file +```