An example of how to use pyPORIS to model your own instruments
- Java
- Python 3
- pip3 install bs4
- pip3 install lxml
- pip3 install pyexcel_ods
- pip3 install python-redmine
NOTE: In Windows you should use 'pip' instead of 'pip3'
Execute:
git submodule update --init --recursive
It will populate pyPORIS folder and the AstroPorisPlayer binaries.
Simply:
./porispanel.sh example
or, if wanting to sync it with a cosmoSys instance:
./porispanel_csys.sh example
The cosmoSys instance has to be configured by copying pyPORIS/config_rm_enabled.py.example to pyPORIS/config_rm_enabled.py and adding your secrets there.
Simply:
winporispanel.bat example
or, if wanting to sync it with a cosmoSys instance:
winporispanel_csys.bat example
The cosmoSys instance has to be configured by copying pyPORIS\config_rm_enabled.py.example to pyPORIS\config_rm_enabled.py and adding your secrets there.
Happy modeling!
Txinto (cosmobots.eu)