richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

Python 3.4.2 #97

Closed PedroC1999 closed 7 years ago

PedroC1999 commented 7 years ago

How do i go about importing this as a module for 3.4.2?

kovacsbalu commented 7 years ago

Hi @PedroC1999, first you sould install pushbullet.py with pip3 install pushbullet.py then from pushbullet import Pushbullet.