Skip to content

Commit

Permalink
Deploying to gh-pages from @ c401ceb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Aug 14, 2023
1 parent bc7b3d3 commit 2d1f745
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5c2fe858f755beb9a52176ff712e03ad
config: feaf1c73d616d9d7ea38eb3502d8a117
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
8 changes: 4 additions & 4 deletions introduction/building/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ <h3><a name="linux_deps"></a> Linux<a class="headerlink" href="#linux" title="Pe
<li><p>Make</p></li>
<li><p>GCC 6.0+</p></li>
<li><p>Boost libraries 1.65.0+</p></li>
<li><p>Python 3.7+ for Python binding (optional)</p></li>
<li><p>Python 3.8+ for Python binding (optional)</p></li>
</ul>
<p>Additionally, <a class="reference external" href="http://zdoom.org/wiki/Compile_ZDoom_on_Linux">ZDoom dependencies</a> are needed.</p>
<p>To get all dependencies on apt-based Linux (Ubuntu, Debian, Linux Mint, etc.) execute the following commands in the shell (might require root access).</p>
Expand Down Expand Up @@ -390,7 +390,7 @@ <h3><a name="macos_deps"></a> MacOS<a class="headerlink" href="#macos" title="Pe
<li><p>CMake 3.4+</p></li>
<li><p>Clang 5.0+</p></li>
<li><p>Boost libraries 1.65.0+</p></li>
<li><p>Python 3.7+ for Python binding (optional)</p></li>
<li><p>Python 3.8+ for Python binding (optional)</p></li>
</ul>
</section>
</section>
Expand All @@ -410,7 +410,7 @@ <h3><a name="windows_deps"></a> Windows<a class="headerlink" href="#windows" tit
<li><p>CMake 3.4+</p></li>
<li><p>Visual Studio 2012+</p></li>
<li><p>Boost 1.65+</p></li>
<li><p>Python 3.7+ for Python binding (optional)</p></li>
<li><p>Python 3.8+ for Python binding (optional)</p></li>
</ul>
<p>Additionally, <a class="reference external" href="http://zdoom.org/wiki/Compile_ZDoom_on_Windows">ZDoom dependencies</a> are needed.
Most of them (except Boost) are gathered in this repository: <a class="reference external" href="https://github.com/mwydmuch/ViZDoomWinDepBin">ViZDoomWinDepBin</a>.
Expand All @@ -421,7 +421,7 @@ <h3><a name="windows_deps"></a> Windows<a class="headerlink" href="#windows" tit
<h2><a name="pypi"></a> Installation via pip (recommended for Python users)<a class="headerlink" href="#installation-via-pip-recommended-for-python-users" title="Permalink to this heading">#</a></h2>
<p>ViZDoom for Python can be installed via <strong>pip</strong> on Linux, MacOS and Windows, and it is strongly recommended.
However you will still need to install <strong><a class="reference internal" href="#linux_deps"><span class="xref myst">Linux</span></a>/<a class="reference internal" href="#macos_deps"><span class="xref myst">MacOS</span></a> dependencies</strong>, as it will be build locally from source.
For Windows 10 or 11 64-bit and Python 3.7+ we provide pre-build wheels (binary packages).</p>
For Windows 10 or 11 64-bit and Python 3.8+ we provide pre-build wheels (binary packages).</p>
<p>To install the most stable official release from <a class="reference external" href="https://pypi.python.org/pypi">PyPI</a>:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>vizdoom
</pre></div>
Expand Down
10 changes: 5 additions & 5 deletions introduction/pythonQuickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,15 +315,15 @@ <h1>Python quick start<a class="headerlink" href="#python-quick-start" title="Pe
<section id="linux">
<h2>Linux<a class="headerlink" href="#linux" title="Permalink to this heading">#</a></h2>
<p>Both x86-64 and ARM64 architectures are supported.
ViZDoom requires C++11 compiler, CMake 3.4+, Boost 1.65+ SDL2, OpenAL (optional) and Python 3.7+. Below you will find instructrion how to install these dependencies.</p>
ViZDoom requires C++11 compiler, CMake 3.4+, Boost 1.65+ SDL2, OpenAL (optional) and Python 3.8+. Below you will find instructrion how to install these dependencies.</p>
<section id="apt-based-distros-ubuntu-debian-linux-mint-etc">
<h3>apt-based distros (Ubuntu, Debian, Linux Mint, etc.)<a class="headerlink" href="#apt-based-distros-ubuntu-debian-linux-mint-etc" title="Permalink to this heading">#</a></h3>
<p>To install ViZDoom run (may take few minutes):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">apt</span> <span class="n">install</span> <span class="n">cmake</span> <span class="n">git</span> <span class="n">libboost</span><span class="o">-</span><span class="nb">all</span><span class="o">-</span><span class="n">dev</span> <span class="n">libsdl2</span><span class="o">-</span><span class="n">dev</span> <span class="n">libopenal</span><span class="o">-</span><span class="n">dev</span>
<span class="n">pip</span> <span class="n">install</span> <span class="n">vizdoom</span>
</pre></div>
</div>
<p>We recommend using at least Ubuntu 18.04+ or Debian 10+ with Python 3.7+.</p>
<p>We recommend using at least Ubuntu 18.04+ or Debian 10+ with Python 3.8+.</p>
</section>
<section id="dnf-yum-based-distros-fedora-rhel-centos-alma-rocky-linux-etc">
<h3>dnf/yum-based distros (Fedora, RHEL, CentOS, Alma/Rocky Linux, etc.)<a class="headerlink" href="#dnf-yum-based-distros-fedora-rhel-centos-alma-rocky-linux-etc" title="Permalink to this heading">#</a></h3>
Expand All @@ -332,7 +332,7 @@ <h3>dnf/yum-based distros (Fedora, RHEL, CentOS, Alma/Rocky Linux, etc.)<a class
<span class="n">pip</span> <span class="n">install</span> <span class="n">vizdoom</span>
</pre></div>
</div>
<p>We recommend using at least Fedora 35+ or RHEL/CentOS/Alma/Rocky Linux 9+ with Python 3.7+. To install openal-soft-devel on RHEL/CentOS/Alma/Rocky Linux 9, one needs to use <code class="docutils literal notranslate"><span class="pre">dnf</span> <span class="pre">--enablerepo=crb</span> <span class="pre">install</span></code>.</p>
<p>We recommend using at least Fedora 35+ or RHEL/CentOS/Alma/Rocky Linux 9+ with Python 3.8+. To install openal-soft-devel on RHEL/CentOS/Alma/Rocky Linux 9, one needs to use <code class="docutils literal notranslate"><span class="pre">dnf</span> <span class="pre">--enablerepo=crb</span> <span class="pre">install</span></code>.</p>
</section>
<section id="conda-based-installation">
<h3>Conda-based installation<a class="headerlink" href="#conda-based-installation" title="Permalink to this heading">#</a></h3>
Expand All @@ -354,12 +354,12 @@ <h2>macOS<a class="headerlink" href="#macos" title="Permalink to this heading">#
<span class="n">pip</span> <span class="n">install</span> <span class="n">vizdoom</span>
</pre></div>
</div>
<p>We recommend using at least macOS High Sierra 10.13+ with Python 3.7+.
<p>We recommend using at least macOS High Sierra 10.13+ with Python 3.8+.
On Apple Silicon (M1 and M2), make sure you are using Python for Apple Silicon.</p>
</section>
<section id="windows">
<h2>Windows<a class="headerlink" href="#windows" title="Permalink to this heading">#</a></h2>
<p>To install pre-build release for Windows 10 or 11 64-bit and Python 3.7+ just run (should take few seconds):</p>
<p>To install pre-build release for Windows 10 or 11 64-bit and Python 3.8+ just run (should take few seconds):</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">vizdoom</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2d1f745

Please sign in to comment.