-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
MBromiley edited this page May 16, 2019
·
1 revision
Installing pollen should be fairly straightforward. Simply clone, install requirement(s), and run!
Note that pollen requires Python3
- Clone the repository:
git clone [email protected]:bromiley/pollen.git
- Install requirement(s) using pip3
pip3 install -r requirements.txt
- [OPTIONAL]) Make
pollen.py
executable
chmod +x pollen.py
- Run pollen!