You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2_programs_in_files.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ <h2><span class="section-number">2.1. </span>Setting up a Python environment for
106
106
<h2><spanclass="section-number">2.2. </span>Installing Python packages<aclass="headerlink" href="#installing-python-packages" title="Permalink to this headline">¶</a></h2>
107
107
<p>Suppose we’ve created and activated a venv, and now there’s a Python
108
108
package we’d like to have access to. Installation of Python packages
109
-
is handled by <aclass="reference external" href="https://pip.pypa.io/en/stable/" title="(in pip v20.3)"><span>pip - The Python Package Installer</span></a>. Pip has many usage options, which
109
+
is handled by <aclass="reference external" href="https://pip.pypa.io/en/stable/" title="(in pip v21.0)"><span>pip - The Python Package Installer</span></a>. Pip has many usage options, which
110
110
enable a large number of different installation
111
111
configurations. However, for most users most of the time, a few simple
112
112
pip commands suffice. As with <aclass="reference internal" href="#term-venv"><spanclass="xref std std-term">venv</span></a> creation, package
the practical details of including tests in your code here.</p>
651
651
<p>There are a number of Python packages which support code testing. The
652
652
concepts are largely similar so rather than get bogged down in the
653
-
details of multiple frameworks, we will introduce <aclass="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev93+g42d5545f4)"><spanclass="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
653
+
details of multiple frameworks, we will introduce <aclass="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev104+gd4f8e4b40)"><spanclass="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
654
654
package, so you can install it into your current environment using:</p>
0 commit comments