Skip to content

Commit 5e564e1

Browse files
committed
Deploying to gh-pages from @ a08242c 🚀
1 parent e17fcc7 commit 5e564e1

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

Diff for: obstools.html

+9-15
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<li class="toctree-l1"><a class="reference internal" href="#installation">Installation</a><ul>
5555
<li class="toctree-l2"><a class="reference internal" href="#dependencies">Dependencies</a></li>
5656
<li class="toctree-l2"><a class="reference internal" href="#conda-environment">Conda environment</a></li>
57-
<li class="toctree-l2"><a class="reference internal" href="#installing-from-pypi">Installing from Pypi</a></li>
57+
<li class="toctree-l2"><a class="reference internal" href="#installing-development-branch-on-github">Installing development branch on GitHub</a></li>
5858
<li class="toctree-l2"><a class="reference internal" href="#installing-from-source">Installing from source</a></li>
5959
</ul>
6060
</li>
@@ -112,7 +112,7 @@
112112
<h1>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h1>
113113
<section id="dependencies">
114114
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Link to this heading"></a></h2>
115-
<p>The current version has been tested using <strong>Python 3.6, 3.7 and 3.8</strong> The following package is required before install <code class="docutils literal notranslate"><span class="pre">obstools</span></code>:</p>
115+
<p>The current version has been tested using <strong>Python 3.10</strong> The following package is required before install <code class="docutils literal notranslate"><span class="pre">obstools</span></code>:</p>
116116
<ul class="simple">
117117
<li><p><a class="reference external" href="https://github.com/paudetseis/StDb">stdb</a></p></li>
118118
</ul>
@@ -123,26 +123,21 @@ <h2>Dependencies<a class="headerlink" href="#dependencies" title="Link to this h
123123
<h2>Conda environment<a class="headerlink" href="#conda-environment" title="Link to this heading"></a></h2>
124124
<p>We recommend creating a custom <code class="docutils literal notranslate"><span class="pre">conda</span></code> environment
125125
where <code class="docutils literal notranslate"><span class="pre">OBStools</span></code> can be installed along with some of its dependencies.</p>
126-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>create<span class="w"> </span>-n<span class="w"> </span>obs<span class="w"> </span><span class="nv">python</span><span class="o">=</span><span class="m">3</span>.7<span class="w"> </span>obspy<span class="w"> </span>-c<span class="w"> </span>conda-forge
126+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>create<span class="w"> </span>-n<span class="w"> </span>obs<span class="w"> </span><span class="s2">&quot;python=3.10&quot;</span><span class="w"> </span><span class="s2">&quot;setuptools=60&quot;&quot; obspy -c conda-forge</span>
127127
</pre></div>
128128
</div>
129129
<p>Activate the newly created environment:</p>
130130
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>activate<span class="w"> </span>obs
131131
</pre></div>
132132
</div>
133-
</section>
134-
<section id="installing-from-pypi">
135-
<h2>Installing from Pypi<a class="headerlink" href="#installing-from-pypi" title="Link to this heading"></a></h2>
136-
<ul class="simple">
137-
<li><p>Install dependencies:</p></li>
138-
</ul>
133+
<p>Install dependency:</p>
139134
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>stdb
140135
</pre></div>
141136
</div>
142-
<ul class="simple">
143-
<li><p>Install <code class="docutils literal notranslate"><span class="pre">obstools</span></code>:</p></li>
144-
</ul>
145-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>obstools
137+
</section>
138+
<section id="installing-development-branch-on-github">
139+
<h2>Installing development branch on GitHub<a class="headerlink" href="#installing-development-branch-on-github" title="Link to this heading"></a></h2>
140+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>obstools@git+https://github.com/nfsi-canada/obstools
146141
</pre></div>
147142
</div>
148143
</section>
@@ -158,8 +153,7 @@ <h2>Installing from source<a class="headerlink" href="#installing-from-source" t
158153
<ul class="simple">
159154
<li><p>Install using pip:</p></li>
160155
</ul>
161-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>stdb
162-
pip<span class="w"> </span>install<span class="w"> </span>.
156+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>.
163157
</pre></div>
164158
</div>
165159
</section>

0 commit comments

Comments
 (0)