mirror of
https://github.com/gsi-upm/senpy
synced 2025-09-15 19:12:21 +00:00
Example plugin and README file
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Senpy Plugins
|
||||
|
||||
# Installing
|
||||
|
||||
|
||||
First, install senpy from source or through pip:
|
||||
|
||||
pip install senpy
|
||||
|
||||
Each plugin has different requirements.
|
||||
As of this writing, requirement installation is done manually for each plugin.
|
||||
All requirements are specified in the .senpy file and, alternatively, in a requirements.txt file.
|
||||
|
||||
# Running
|
||||
|
||||
Run with:
|
||||
|
||||
git clone https://github.com/gsi-upm/senpy-plugins-community.git
|
||||
senpy -f senpy-plugins-community
|
||||
Reference in New Issue
Block a user