Skip to content

Commit 567619b

Browse files
authored
Merge pull request #60 from austinorr/update-readme
update readme with new install and test info
2 parents cc177c1 + 9549567 commit 567619b

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.rst

+6-12
Original file line numberDiff line numberDiff line change
@@ -104,36 +104,30 @@ If you're using `environments <http://conda.pydata.org/docs/intro.html>`_
104104
managed through ``conda`` (recommended), this will
105105
get you started: ::
106106

107-
conda create --name=cloudside python=3.6 notebook pytest pandas matplotlib requests coverage
108-
109-
Followed by: ::
110-
111-
conda activate cloudside
112-
conda install metar --channel=conda-forge
107+
conda create --name=cloudside python=3.8 notebook pytest pandas matplotlib requests coverage
113108

114109
Installation
115110
------------
116111

117-
* Activate your ``conda`` environment;
118-
* Install via pip and git; and
112+
* Activate your ``conda`` environment
113+
* Install via pip
119114

120115
::
121116

122117
conda activate cloudside
123-
pip install git+https://github.com/Geosyntec/cloudside.git
124-
118+
pip install cloudside
125119

126120
Testing
127121
-------
128122

129123
Tests are run via ``pytest``. Run them all with: ::
130124

131125
source activate cloudside # (omit "source" on Windows)
132-
python -c "import cloudside; cloudside.test()"
126+
pytest
133127

134128
Documentation
135129
-------------
136-
We have `HTML docs built with sphinx <http://geosyntec.github.io/cloudside/>`_.
130+
We have forthcoming `HTML docs built with sphinx <http://geosyntec.github.io/cloudside/>`_.
137131

138132
Development status
139133
------------------

0 commit comments

Comments
 (0)