roglew/pappy-proxy

Pip install missing argument

emilyanncr opened this issue · 2 comments

Installation

Pappy supports OS X and Linux (sorry Windows). Installation requires pip or some other command that can handle a setup.py with requirements. Once the requirements are installed, you can check that it installed correctly by running pappy -l to start the proxy.

$ git clone --recursive https://github.com/roglew/pappy-proxy.git
$ cd pappy-proxy
$ pip install .

^^^ pip install what?

sorry for the late response! Adam is right, you want to run pip install . which will install the package in the pappy-proxy directory