Skip to content

Commit

Permalink
Remove python-apt and changed readme added apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
Senne Vande Sompele committed Jun 2, 2020
1 parent ae39fd8 commit 84ad860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ It currently logs the following data:
1. Clone this repo
2. cd system_sensors
3. pip3 install -r requirements.txt
4. Edit settings.yaml to reflect your setup:
4. apt-get install python-apt
5. Edit settings.yaml to reflect your setup:

| Value | Required | Default | Description |
| ------------- | ------------- | ------------- | ------------- |
Expand All @@ -33,8 +34,8 @@ It currently logs the following data:
| check_wifi_strength | false | false | Check the wifi strength
| external_drives | false | \ | Declare external drives you want to check disk usage of (see example settings.yaml)

5. python3 system_sensors.py /path/to/settings.yaml
6. (optional) create service to autostart the script at boot:
6. python3 system_sensors.py /path/to/settings.yaml
7. (optional) create service to autostart the script at boot:
1. sudo nano /etc/systemd/system/system_sensor.service
2. copy following script:
```shell
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
paho-mqtt==1.5.0
psutil==5.6.6
pytz==2019.2
PyYAML==5.2
python-apt==0.7.8
PyYAML==5.2

0 comments on commit 84ad860

Please sign in to comment.