-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.html
133 lines (110 loc) · 6.13 KB
/
install.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!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>Install — scikit-rf</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=284a2d1d" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="author" title="About these documents" href="about.html" />
<link rel="search" title="Search" href="search.html" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29068876-2', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5050140118519400",
enable_page_level_ads: true
});
</script>
</head><body>
<div align ="center" >
<div class="gallery_image" style="margin-top: -2em; margin-left: -10em; margin-bottom: -1em;">
<a href="index.html"><img src="_static/scikit-rf-title-flat.svg"/></a>
</div>
<hr width = "90%">
<div style="margin-top: -1em; margin-left: -10em; margin-bottom: -1em;">
<h4>
<a href="index.html">Home</a> ·
<a href="#">Install</a> ·
<a href="http://scikit-rf.readthedocs.org/" target="_blank">Docs</a> ·
<a href="https://github.com/scikit-rf/scikit-rf" target="_blank">Source</a> ·
<a href="support.html">Support</a> ·
<!--- <a href="users.html">Users</a> · -->
<a href="merch.html">Merch</a> ·
<a href="about.html">About</a>
</h4>
</div>
</div>
<hr width = "90%">
<div class="container">
<div class="row">
<div class="body col-md-12 content" role="main">
<style type="text/css">
h1 {
display: none;
margin: 0;
padding: 0;
}
</style><section id="install">
<h1>Install<a class="headerlink" href="#install" title="Link to this heading">¶</a></h1>
<p><strong>scikit-rf</strong> is supported and tested on <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/scikit-rf" />.</p>
<p>Current version of <strong>scikit-rf</strong> is <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/scikit-rf" />. There are several ways to install <strong>scikit-rf</strong>, listed below.</p>
<section id="anaconda-recommended">
<h2>anaconda (recommended)<a class="headerlink" href="#anaconda-recommended" title="Link to this heading">¶</a></h2>
<p>The easiest way to install scikit-rf is to first install
<a class="reference external" href="http://continuum.io/downloads">anaconda</a>. Once anaconda is installed, you can
install scikit-rf from the <a class="reference external" href="https://conda-forge.github.io/">conda-forge</a> channel by entering the following into a terminal:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">scikit</span><span class="o">-</span><span class="n">rf</span>
</pre></div>
</div>
</section>
<section id="pip">
<h2>pip<a class="headerlink" href="#pip" title="Link to this heading">¶</a></h2>
<p>If you dont want to install anaconda, you can use <cite>pip</cite>:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">scikit</span><span class="o">-</span><span class="n">rf</span>
</pre></div>
</div>
<p><strong>scikit-rf</strong> does not install all optional dependencies by default, but if you need some of them just do</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">scikit</span><span class="o">-</span><span class="n">rf</span><span class="p">[</span><span class="n">plot</span><span class="p">,</span><span class="n">visa</span><span class="p">,</span><span class="n">xlsx</span><span class="p">,</span><span class="n">netw</span><span class="p">]</span>
</pre></div>
</div>
<p>or just a subset of them.</p>
</section>
<section id="git">
<h2>git<a class="headerlink" href="#git" title="Link to this heading">¶</a></h2>
<p>The bleeding-edge development version of <strong>scikit-rf</strong> may be installed using:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">scikit</span><span class="o">-</span><span class="n">rf</span><span class="o">/</span><span class="n">scikit</span><span class="o">-</span><span class="n">rf</span><span class="o">.</span><span class="n">git</span>
<span class="n">cd</span> <span class="n">scikit</span><span class="o">-</span><span class="n">rf</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">.</span>
</pre></div>
</div>
</section>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
<br/>
</p>
<p>
© Copyright 2024, the scikit-rf development team.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.2.6.<br/>
</p>
</div>
</footer>
</body>
</html>