Skip to content

Commit

Permalink
check pycodestyle + correct README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienPittet committed Dec 22, 2018
1 parent 4e82ad5 commit 2e7798b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ How do I get set up?
To ensure a proper setup, I recommend the use of virtualenv (but
optionnal).

::
..
sudo apt-get update && sudo apt-get install git python-pip --yes
mkdir your-project
Expand All @@ -40,12 +40,6 @@ optionnal).
source venv/bin/activate
sudo pip install cavelink

You can also get this module by installing it with:

..
pip install Cavelink


Then you can use the module that way:

Expand Down
4 changes: 2 additions & 2 deletions cavelink/cavelink.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class Sensor:
with the following default:
* timestamps are in epoch time format.
You can also get the following data:
* sensor.station
* sensor.group
* sensor.number
Expand Down

0 comments on commit 2e7798b

Please sign in to comment.