From 3db4be470f47c18d0ea8dec97ccb005462bca753 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 16 Feb 2021 15:22:27 -0800 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f35951..4e1a43e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,24 @@ # The cfgmdl package -## Set-up and testing -From bash +## Set-up + +From bash using pip +``` +$ pip install cfgmdl +``` + +From source +``` +git clone https://github.com/KIPAC/cfgmdl.git +cd cfgmdl +python setup.py install (or python setup.py develop) +``` + +## Testing + ``` -$ source /setup/setup.sh -$ nosetests +$ pip install pytest +$ pytest cfgmdl ``` ## Demo