Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 850 Bytes

RPiFanController

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.

FrontEnd

Getting Started

To run this project locally, you'll need the following requirements:

  • Python 2.7.x
  • pip
  • virtualenv

To get started, use the following commands:

  1. Clone the repo; https://github.com/gingerbreadassassin/RPiFanController.git
  2. Change into the project directory; cd RPiFanController
  3. Create a virtual environment; virtualenv ENV
  4. Activate the environment; source ENV/bin/activate
  5. Install the project requirements; pip install -r requirements.txt