-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgetting_started.html
More file actions
99 lines (88 loc) · 4.58 KB
/
Copy pathgetting_started.html
File metadata and controls
99 lines (88 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Getting started — SCoT</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=514cf933" />
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<script src="_static/documentation_options.js?v=2b62b5d0"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="API Reference" href="api_reference.html" />
<link rel="prev" title="Manual" href="manual.html" />
</head><body>
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="index.html"><img src="_static/logo.png" border="0" alt="py4sci"/></a>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="api_reference.html" title="API Reference"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="manual.html" title="Manual"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">SCoT</a> »</li>
<li class="nav-item nav-item-1"><a href="manual.html" accesskey="U">Manual</a> »</li>
<li class="nav-item nav-item-this"><a href="">Getting started</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<section id="getting-started">
<span id="id1"></span><h1>Getting started<a class="headerlink" href="#getting-started" title="Link to this heading">¶</a></h1>
<section id="obtaining-scot">
<h2>Obtaining SCoT<a class="headerlink" href="#obtaining-scot" title="Link to this heading">¶</a></h2>
<p>The SCoT source repository is available at github: <a class="reference external" href="https://github.com/scot-dev/scot">https://github.com/scot-dev/scot</a></p>
</section>
<section id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Link to this heading">¶</a></h2>
<p>SCoT depends on the packages numpy (<a class="reference external" href="http://www.numpy.org/">http://www.numpy.org/</a>) and scipy (<a class="reference external" href="http://scipy.org/">http://scipy.org/</a>). Furthermore, it supports
scikit-learn (<a class="reference external" href="http://scikit-learn.org/">http://scikit-learn.org/</a>) and matplotlib (<a class="reference external" href="http://matplotlib.org/">http://matplotlib.org/</a>).</p>
<p>The lowest supported versions of these libraries are numpy 1.8.0, scipy 0.13.3, scikit-learn 0.15.0, and
matplotlib 1.4.0. Lower versions may work but are not tested.</p>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="api_reference.html" title="API Reference"
>next</a> |</li>
<li class="right" >
<a href="manual.html" title="Manual"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">SCoT</a> »</li>
<li class="nav-item nav-item-1"><a href="manual.html" >Manual</a> »</li>
<li class="nav-item nav-item-this"><a href="">Getting started</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2013-2016 SCoT Development Team.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
</div>
</body>
</html>