Skip to content

Commit

Permalink
added installation and usage instructions in README.rst as well, adde…
Browse files Browse the repository at this point in the history
…d date to latest documented release in HISTORY.rst
  • Loading branch information
mkolarek committed Oct 18, 2016
1 parent a1ae80a commit 4abd2a7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
History
=======

0.2.5
-----
0.2.5 (2016-05-30)
------------------

* Inclusion of cli in install
* many other minor changes since open-sourcing...
Expand Down
30 changes: 30 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,36 @@ Major statistical functionalities include:
- **subgroup analysis**
- **trend**


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

To install ExpAn, run this command in your terminal:

.. code-block:: console
$ pip install expan
Usage
=====

To use ExpAn in a project::

import expan

Some mock-up data:

::

from expan.core.experiment import Experiment
from tests.tests_core.test_data import generate_random_data

exp = Experiment('B', *generate_random_data())
exp.delta()



Documentation
=============

Expand Down

0 comments on commit 4abd2a7

Please sign in to comment.