Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 444 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 444 Bytes

Building

  • Install Python 3
  • Check out this repo and run python setup.py build && python setup.py sdist.

Deploy

scp dist/garden-lighting-0.2.tar.gz [email protected]:

Running using virtualenv

  • Install virtualenv for Python 3
  • Check out this repo and run virtualenv dev-env
  • Activate by running source dev-env/bin/activate
  • Install by running python setup.py develop
  • Run garden-lighting. That's it!