Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianpilz committed Jan 9, 2023
1 parent cae2aa8 commit 40acb37
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
****
**********
mpunittest
****
**********

A Python library/application for running unittests in parallel and merging results.

Installation
============

To install the latest release from `PyPI <https://pypi.org/project/mpunittest/>`_,
simply run:
::
pip install mpunittest
Or to install the latest development version, run:
::
git clone https://github.com/maximilianpilz/mpunittest
python -m pip install .
simply run::

pip install mpunittest

Or to install the latest development version, run::

git clone https://github.com/maximilianpilz/mpunittest
python -m pip install .

Quick Start
==============
===========

TODO.

Licensing
=========

Copyright (C) 2023 Maximilian Pilz

This program is free software; you can redistribute it and/or
Expand Down

0 comments on commit 40acb37

Please sign in to comment.