Skip to content

Commit e633043

Browse files
author
Sphinx
committed
Automated update 6807e7e06e965239ca58ee71d6ad5f67828c75a0
1 parent 0340d17 commit e633043

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

dev/Tutorial/chapter_contributing.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,10 @@ <h2>Contributing cookbook examples<a class="headerlink" href="#contributing-cook
186186
essential) – see the Biopython installation instructions for more
187187
info on this.</p>
188188
<p>To make the RPM, you just need to do:</p>
189-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python<span class="w"> </span>setup.py<span class="w"> </span>bdist_rpm
189+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python<span class="w"> </span>-m<span class="w"> </span>build
190+
<span class="gp">$ </span><span class="c1"># Use the generated .tar.gz to create RPM with rpmbuild and a SPEC file</span>
190191
</pre></div>
191192
</div>
192-
<p>This will create an RPM for your specific platform and a source RPM
193-
in the directory <code class="docutils literal notranslate"><span class="pre">dist</span></code>. This RPM should be good and ready to go,
194-
so this is all you need to do! Nice and easy.</p>
195193
</dd>
196194
<dt>Macintosh</dt><dd><p>– Since Apple moved to Mac OS X, things have become much easier on
197195
the Mac. We generally treat it as just another Unix variant, and

dev/Tutorial/chapter_testing.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,8 @@ <h2>Running the tests<a class="headerlink" href="#running-the-tests" title="Link
142142
<p>As part of building and installing Biopython you will typically run the
143143
full test suite at the command line from the Biopython source top level
144144
directory using the following:</p>
145-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python<span class="w"> </span>setup.py<span class="w"> </span><span class="nb">test</span>
146-
</pre></div>
147-
</div>
148-
<p>This is actually equivalent to going to the <code class="docutils literal notranslate"><span class="pre">Tests</span></code> subdirectory and
149-
running:</p>
150-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python<span class="w"> </span>run_tests.py
145+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span><span class="nb">cd</span><span class="w"> </span>Tests
146+
<span class="gp">$ </span>python<span class="w"> </span>run_tests.py
151147
</pre></div>
152148
</div>
153149
<p>You’ll often want to run just some of the tests, and this is done like

dev/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)