Skip to content

Commit ebc9131

Browse files
committed
Update readme
1 parent 8d988b3 commit ebc9131

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Dependencies
3838

3939
- Python 2.7 or 3.3
4040

41+
### Mandatory
42+
4143
- [numpy](http://www.numpy.org/)
4244

4345
- [scipy](http://www.scipy.org/)
@@ -46,16 +48,12 @@ Dependencies
4648

4749
- [pandas](http://pandas.pydata.org/)
4850

51+
### Recommended
52+
4953
- [statsmodels](http://statsmodels.sourceforge.net/)
5054

5155
- [patsy](http://patsy.readthedocs.org/en/latest/)
5256

53-
- [husl](https://github.com/boronine/pyhusl)
54-
55-
- [moss](http://github.com/mwaskom/moss)
56-
57-
Installing with `pip` will automatically install aside from `numpy`, `scipy`, and `matplotlib`.
58-
5957

6058
Installation
6159
------------
@@ -74,10 +72,9 @@ Testing
7472

7573
[![Build Status](https://travis-ci.org/mwaskom/seaborn.png?branch=master)](https://travis-ci.org/mwaskom/seaborn)
7674

77-
To test seaborn, run `make test` in the source directory. This will execute the
78-
example notebooks and compare the outputs of each cell to the data in the
79-
stored versions. There is also a (small) set of unit tests for the utility
80-
functions that can be tested separately with `nosetests`.
75+
To test seaborn, run `make test` in the source directory. This will run the
76+
unit-test suite (using `nose`). It will also execute the example notebooks and
77+
compare the outputs of each cell to the data in the stored versions.
8178

8279

8380
Development

0 commit comments

Comments
 (0)