Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 467 Bytes

File metadata and controls

20 lines (17 loc) · 467 Bytes

installing cookie


Due to issues with PyPi, Cookie will not be available through the pip command. instead, follow these directions.

quick installation

Cookie is design to be scalable and contained.

git clone https://github.com/PyDever/cookie

now install the dependencies and the source files.

python setup.py install

running tests

Cookie uses pytest and setuptools for this.

python setup.py test