8000 update installation and whatsnew doc for #232 · rajeshprasanth/pvlib-python@e0c3a63 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0c3a63

Browse files
committed
update installation and whatsnew doc for pvlib#232
1 parent 1d9506c commit e0c3a63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/sphinx/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ referred to as *conda environments*, but they're the same for our purposes.
154154
``conda create --name pvlibdev python pandas scipy``
155155
#. **Activate** the new conda environment: ``source activate pvlibdev``
156156
#. **Install** additional packages into your development environment:
157-
``conda install jupyter ipython matplotlib seaborn nose flake8``
157+
``conda install jupyter ipython matplotlib seaborn pytest nose flake8``
158158

159159
The `conda documentation
160160
<http://conda.pydata.org/docs/using/index.html>`_ has more information

docs/sphinx/source/whatsnew/v0.4.1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Documentation
1818
~~~~~~~~~~~~~
1919

2020
* Fixed a typo in the pvsystem.sapm returns description. (:issue:`234`)
21+
* Replaced nosetests references with py.test. (:issue:`232`)
2122

2223

2324
Code Contributors

0 commit comments

Comments
 (0)
0