Installation ============ Dependencies ------------ Batspp process and runs shell style tests into `bats-core `_ tests you can install bats-core globally using npm: .. code-block:: bash $ npm install -g bats You can found more help on the bats-core `documentation `_ Using PIP --------- To install Batspp you can use `PIP `_: .. code-block:: bash $ pip install batspp From source ----------- Also you can install locally Batspp from source with: .. code-block:: bash $ git clone https://github.com/LimaBD/batspp $ cd ./batspp $ pip install .