A pip package for helping with Roku development.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step series of examples that tell you how to get a development env running
Clone Repo
git clone https://github.com/CCecilia/RokuPi.git
Create Virtualenv
python3 -m venv {path/to/rokuPi}
Make rokuPi your current working directory
cd {path/to/rokuPi}
Activate Virtual environment, you should see (rokuPi) after
source bin/activate
Install dependencies
pip install -r requirements.txt
Install rokuPi as pip module
pip install --editable .
python3 -m unittest
All coding styles should strictly follow PEP8 guidelines.
- Click - The cli framework used
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Christian Cecilia - Initial work - GH
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details