Skip to content

Commit

Permalink
deploy: eef0f3c
Browse files Browse the repository at this point in the history
  • Loading branch information
anjanvb committed Apr 18, 2024
1 parent 29e7d2a commit f2fc859
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/quickstart.doctree
Binary file not shown.
6 changes: 3 additions & 3 deletions _sources/quickstart.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Before installing Boto3, install Python 3.9 or later. For information about how
Install Rhubarb
~~~~~~~~~~~~~~~

Rhubarb official package is available on PyPI and can be installed with
Rhubarb official package is available on PyPI and can be installed with

.. code-block:: bash
pip install rhubarb
pip install pyrhubarb
By default this will install the latest version of Rhubarb.

Expand Down Expand Up @@ -49,7 +49,7 @@ Navigate into the project directory on the terminal and perform the following st

.. code-block:: bash
pip install rhubarb-0.0.1-py3-none-any.whl
pip install pyrhubarb-0.0.1-py3-none-any.whl
Configuration
Expand Down
4 changes: 2 additions & 2 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h3>Install or update Python<a class="headerlink" href="#install-or-update-pytho
<section id="install-rhubarb">
<h3>Install Rhubarb<a class="headerlink" href="#install-rhubarb" title="Link to this heading"></a></h3>
<p>Rhubarb official package is available on PyPI and can be installed with</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>rhubarb
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>pyrhubarb
</pre></div>
</div>
<p>By default this will install the latest version of Rhubarb.</p>
Expand All @@ -264,7 +264,7 @@ <h3>From Source<a class="headerlink" href="#from-source" title="Link to this hea
<li><p>Build the project using <code class="code docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">build</span></code>.</p></li>
<li><p>Poetry will create a <code class="code docutils literal notranslate"><span class="pre">whl</span></code> file within a <code class="code docutils literal notranslate"><span class="pre">dist/</span></code> directory which can be installed.</p></li>
</ol>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>rhubarb-0.0.1-py3-none-any.whl
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>pyrhubarb-0.0.1-py3-none-any.whl
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f2fc859

Please sign in to comment.