Skip to content

Commit 877fe35

Browse files
update docs
1 parent 616fb2c commit 877fe35

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ First make sure you have the latest pip installed:
3232

3333
Then install
3434

35+
python3 -m pip install setuptools
3536
python3 -m pip install raylib
3637

3738
On most platforms it should install a binary wheel (Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64).

RPI.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ This 'worked for me':
2929
Then have pip compile the wheel:
3030

3131
::
32-
33-
pip3 install --no-binary raylib --upgrade --force-reinstall raylib==4.2.1.2
32+
33+
pip3 install setuptools
34+
pip3 install --no-cache-dir --no-binary raylib --upgrade --force-reinstall raylib==4.2.1.2
3435

3536
(or newer version)
3637

docs/README.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
134134
</pre></div>
135135
</div>
136136
<p>Then install</p>
137-
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>python3 -m pip install raylib
137+
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>python3 -m pip install setuptools
138+
python3 -m pip install raylib
138139
</pre></div>
139140
</div>
140141
<p>On most platforms it should install a binary wheel (Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64).</p>

docs/RPI.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ <h1>Raspberry Pi<a class="headerlink" href="#raspberry-pi" title="Permalink to t
108108
</pre></div>
109109
</div>
110110
<p>Then have pip compile the wheel:</p>
111-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip3</span> <span class="n">install</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">binary</span> <span class="n">raylib</span> <span class="o">--</span><span class="n">upgrade</span> <span class="o">--</span><span class="n">force</span><span class="o">-</span><span class="n">reinstall</span> <span class="n">raylib</span><span class="o">==</span><span class="mf">4.2.1.2</span>
111+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip3</span> <span class="n">install</span> <span class="n">setuptools</span>
112+
<span class="n">pip3</span> <span class="n">install</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">cache</span><span class="o">-</span><span class="nb">dir</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">binary</span> <span class="n">raylib</span> <span class="o">--</span><span class="n">upgrade</span> <span class="o">--</span><span class="n">force</span><span class="o">-</span><span class="n">reinstall</span> <span class="n">raylib</span><span class="o">==</span><span class="mf">4.2.1.2</span>
112113
</pre></div>
113114
</div>
114115
<p>(or newer version)</p>

docs/_sources/README.md.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ First make sure you have the latest pip installed:
3232

3333
Then install
3434

35+
python3 -m pip install setuptools
3536
python3 -m pip install raylib
3637

3738
On most platforms it should install a binary wheel (Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64).

docs/_sources/RPI.rst.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ This 'worked for me':
2929
Then have pip compile the wheel:
3030

3131
::
32-
33-
pip3 install --no-binary raylib --upgrade --force-reinstall raylib==4.2.1.2
32+
33+
pip3 install setuptools
34+
pip3 install --no-cache-dir --no-binary raylib --upgrade --force-reinstall raylib==4.2.1.2
3435

3536
(or newer version)
3637

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)