-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.html
More file actions
117 lines (92 loc) · 4.69 KB
/
plugins.html
File metadata and controls
117 lines (92 loc) · 4.69 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Installing and Using plugins — flika 0.2.25 documentation</title>
<link rel="stylesheet" href="_static/flasky.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
</head><body>
<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="nav-item nav-item-0"><a href="index.html">flika 0.2.25 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="installing-and-using-plugins">
<span id="using-plugins"></span><span id="extplugins"></span><span id="external-plugins"></span><h1>Installing and Using plugins<a class="headerlink" href="#installing-and-using-plugins" title="Permalink to this headline">¶</a></h1>
<p>This section talks about installing and using third party plugins.
For instructions on how to write your own plugins, please refer
to <a class="reference internal" href="writing_plugins.html#writing-plugins"><span class="std std-ref">Writing plugins</span></a>.</p>
<p>There are two ways to install a third party plugin. From within flika,
you can open the Plugin Manager, select a plugin from the list, and
press ‘Install’. This will download the plugin into your ~/.FLIKA/plugins
directory. flika will import the plugin and you will be able to start using
it immediately.</p>
<p>If you are collaborating with a lab that has written a plugin that hasn’t
been submitted to the Plugin Manager, it is easy to manually add that plugin
to flika. Download the plugin, move it to the ~/.FLIKA/plugins directory and
restart flika. That’s all there is to it.</p>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/flika_logo.png" alt="Logo"/>
</a></p><h3>About flika</h3>
<p>
flika is an image processing program for biologists written in Python.
</p><h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contents.html">Contents</a></li>
<li><a href="getting-started.html">Install</a></li>
<li><a href="example/index.html">Examples</a></li>
<li><a href="#">Plugins</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="similar_projects.html">Similar Projects</a></li>
<li><a href="license.html">License</a></li>
<li><a href="api.html">API Reference</a></li>
</ul><h3>Useful Links</h3>
<ul>
<li><a href="https://github.com/flika-org/flika">GitHub</a></li>
<li><a href="https://pypi.python.org/pypi/flika">PyPI</a></li>
<li><a href="https://github.com/flika-org/flika/issues">Issue Tracker</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Kyle Ellefsen.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.5.
</div>
<script type="text/javascript">
// Add google analytics here
</script>
</body>
</html>