From d97f0b7c6ae77dc9bfa34803be5b980627def589 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 19 Jan 2015 21:22:10 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d75e5ba..39b102d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Compute the Permanent -Implements Ryser's algorithm for the [permanent](https://en.wikipedia.org/wiki/Permanent) -Should install with +Implements Ryser's algorithm for the [permanent](https://en.wikipedia.org/wiki/Permanent). + +Install: ```bash $ pip install permanent ``` -Then +Use: ```python >>> from numpy import * >>> from permanent import permanent