File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ Dependencies
38
38
39
39
- Python 2.7 or 3.3
40
40
41
+ ### Mandatory
42
+
41
43
- [ numpy] ( http://www.numpy.org/ )
42
44
43
45
- [ scipy] ( http://www.scipy.org/ )
@@ -46,16 +48,12 @@ Dependencies
46
48
47
49
- [ pandas] ( http://pandas.pydata.org/ )
48
50
51
+ ### Recommended
52
+
49
53
- [ statsmodels] ( http://statsmodels.sourceforge.net/ )
50
54
51
55
- [ patsy] ( http://patsy.readthedocs.org/en/latest/ )
52
56
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
-
59
57
60
58
Installation
61
59
------------
@@ -74,10 +72,9 @@ Testing
74
72
75
73
[ ![ Build Status] ( https://travis-ci.org/mwaskom/seaborn.png?branch=master )] ( https://travis-ci.org/mwaskom/seaborn )
76
74
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.
81
78
82
79
83
80
Development
You can’t perform that action at this time.
0 commit comments