Skip to content

Commit

Permalink
Add links to Russian documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jul 31, 2021
1 parent c093f8c commit 9707832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.***
Expand Down Expand Up @@ -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
```
```
4 changes: 3 additions & 1 deletion 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`.

Expand All @@ -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
```
```

0 comments on commit 9707832

Please sign in to comment.