From 95495670a98b6442189417965313f95a428b43cd Mon Sep 17 00:00:00 2001 From: Austin Orr Date: Wed, 22 Jun 2022 10:44:29 -0700 Subject: [PATCH] update readme with new install and test info --- README.rst | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 1e6b27e..f4048f1 100644 --- a/README.rst +++ b/README.rst @@ -104,24 +104,18 @@ If you're using `environments `_ managed through ``conda`` (recommended), this will get you started: :: - conda create --name=cloudside python=3.6 notebook pytest pandas matplotlib requests coverage - -Followed by: :: - - conda activate cloudside - conda install metar --channel=conda-forge + conda create --name=cloudside python=3.8 notebook pytest pandas matplotlib requests coverage Installation ------------ -* Activate your ``conda`` environment; -* Install via pip and git; and +* Activate your ``conda`` environment +* Install via pip :: conda activate cloudside - pip install git+https://github.com/Geosyntec/cloudside.git - + pip install cloudside Testing ------- @@ -129,11 +123,11 @@ Testing Tests are run via ``pytest``. Run them all with: :: source activate cloudside # (omit "source" on Windows) - python -c "import cloudside; cloudside.test()" + pytest Documentation ------------- -We have `HTML docs built with sphinx `_. +We have forthcoming `HTML docs built with sphinx `_. Development status ------------------