Skip to content

Commit

Permalink
Added a way to install additional dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaoYamaoka committed Aug 14, 2023
1 parent 0a8793a commit 76eddb0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/installation.doctree
Binary file not shown.
6 changes: 6 additions & 0 deletions _sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Installation from PYPI
pip install cshogi

You need pip version 19.0 or higher. If you have a version lower than 19.0, you need to upgrade pip `first <https://pip.pypa.io/en/stable/installing/#upgrading-pip>`_.

If you are using the cshogi.web package, you can install the additional dependencies with the following command:

::

pip install cshogi[web]
4 changes: 4 additions & 0 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ <h2>Installation from PYPI<a class="headerlink" href="#installation-from-pypi" t
</pre></div>
</div>
<p>You need pip version 19.0 or higher. If you have a version lower than 19.0, you need to upgrade pip <a class="reference external" href="https://pip.pypa.io/en/stable/installing/#upgrading-pip">first</a>.</p>
<p>If you are using the cshogi.web package, you can install the additional dependencies with the following command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">cshogi</span><span class="p">[</span><span class="n">web</span><span class="p">]</span>
</pre></div>
</div>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 76eddb0

Please sign in to comment.