Skip to content

General Installation

Once you have shapely and the other libraries configured, to install porder: Simple CLI for Planet ordersv2 API you can install using two methods

pip install porder

For linux I found it helps to specify the pip type and use --user

pip install porder --user

or

pip3 install porder --user

or you can also try

git clone https://github.com/samapriya/porder.git
cd porder
python setup.py install