update docs

This commit is contained in:
Richard Smith 2023-05-23 11:01:49 +01:00
parent 616fb2c1bc
commit 877fe35414
7 changed files with 13 additions and 7 deletions

View file

@ -134,7 +134,8 @@ close_window()
</pre></div>
</div>
<p>Then install</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>python3 -m pip install raylib
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>python3 -m pip install setuptools
python3 -m pip install raylib
</pre></div>
</div>
<p>On most platforms it should install a binary wheel (Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64).</p>