Skip to content

Commit d854995

Browse files
committed
Update README.md
1 parent 2c6fbd2 commit d854995

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
RTGraph
2-
=======
1+
#RTGraph
2+
3+
A simple and lightweight Python application for plotting data from a serial port, ouputed as CSV.
4+
The application uses mutliprocessing to allow better performance using different process for each task.
5+
6+
7+
##Dependecys
8+
- Python (2.7.x)
9+
- PyQt4
10+
- PySerial
11+
- [PyQtGraph](http://www.pyqtgraph.org/)
12+
13+
##Usage
14+
The project is distributed under MIT License. A DOI is attached to the project for citations.
15+
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.12789.svg)](http://dx.doi.org/10.5281/zenodo.12789)

0 commit comments

Comments
 (0)