File tree 1 file changed +6
-12
lines changed
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>`_
104
104
managed through ``conda `` (recommended), this will
105
105
get you started: ::
106
106
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
113
108
114
109
Installation
115
110
------------
116
111
117
- * Activate your ``conda `` environment;
118
- * Install via pip and git; and
112
+ * Activate your ``conda `` environment
113
+ * Install via pip
119
114
120
115
::
121
116
122
117
conda activate cloudside
123
- pip install git+https://github.com/Geosyntec/cloudside.git
124
-
118
+ pip install cloudside
125
119
126
120
Testing
127
121
-------
128
122
129
123
Tests are run via ``pytest ``. Run them all with: ::
130
124
131
125
source activate cloudside # (omit "source" on Windows)
132
- python -c "import cloudside; cloudside.test()"
126
+ pytest
133
127
134
128
Documentation
135
129
-------------
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/ >`_.
137
131
138
132
Development status
139
133
------------------
You can’t perform that action at this time.
0 commit comments