Skip to content

Installation

MBromiley edited this page May 16, 2019 · 1 revision

Pollen Logo

pollen installation

Installing pollen should be fairly straightforward. Simply clone, install requirement(s), and run!

Note that pollen requires Python3

Installation Steps:

  1. Clone the repository:

git clone [email protected]:bromiley/pollen.git

  1. Install requirement(s) using pip3

pip3 install -r requirements.txt

  1. [OPTIONAL]) Make pollen.py executable

chmod +x pollen.py

  1. Run pollen!
Clone this wiki locally