readme and requirements added
This commit is contained in:
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
10
README
Normal file
10
README
Normal file
@@ -0,0 +1,10 @@
|
||||
Was needs to be done on the Raspberry pi before the tool can run.
|
||||
|
||||
1) Set the network-card to a fixed IP adress:
|
||||
- Using sudo nmtui
|
||||
- Adress was set to 10.0.0.111
|
||||
|
||||
2) Virtual Environment was created and python packages installed
|
||||
- python3 -m vemv allmende_ems
|
||||
- source allmende_ems/bin/activate
|
||||
- cd projects/allmende_ems
|
||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pymodbus~=3.8.6
|
||||
Reference in New Issue
Block a user