Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 505 Bytes

install.md

File metadata and controls

37 lines (24 loc) · 505 Bytes

Install and test

Install from source code

Check out the source code and execute this command in the project directory (where setup.py is located):

$ pip install .

Or alternatively:

$ python setup.py install

Install from PYPI

This command will install the latest release of Prosto from PYPI:

$ pip install prosto

How to test

Run tests from the project root:

$ python -m pytest

or

$ python setup.py test