File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -104,36 +104,30 @@ If you're using `environments <http://conda.pydata.org/docs/intro.html>`_
104104managed through ``conda `` (recommended), this will
105105get 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
114109Installation
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
126120Testing
127121-------
128122
129123Tests 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
134128Documentation
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
138132Development status
139133------------------
You can’t perform that action at this time.
0 commit comments