Using a Raspberry Pi Zero to monitor and control environmentals in my desktop PC
This is still very early in development. Few, if any comments exist. This is only in its first functional state, and needs a lot of work.
To run this project locally, you'll need the following requirements:
- Python 2.7.x
- pip
- virtualenv
To get started, use the following commands:
- Clone the repo;
https://github.com/gingerbreadassassin/RPiFanController.git
- Change into the project directory;
cd RPiFanController
- Create a virtual environment;
virtualenv ENV
- Activate the environment;
source ENV/bin/activate
- Install the project requirements;
pip install -r requirements.txt