You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/index.rst
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ FAQ
331
331
<divclass="section"id="installation">
332
332
<divclass="section-header">
333
333
<h2>Installation & Setup</h2>
334
-
<spanclass="count">51 questions</span>
334
+
335
335
</div>
336
336
337
337
<divclass="faq">
@@ -341,17 +341,17 @@ FAQ
341
341
<p>First, make sure you installed <code>pymupdf</code> (not <code>pymypdf</code> or <code>mupdf</code>):</p>
342
342
<pre><code>pip install pymupdf</code></pre>
343
343
<p>Second, verify your IDE (PyCharm, VS Code, etc.) is using the same Python interpreter and virtual environment where you installed it. Try running <code>python -c "import pymupdf; print(pymupdf.__doc__)"</code> directly in a terminal to isolate IDE issues.</p>
344
-
<p>Third, there is a separate PyPI package literally named <code>pymupdf</code> that has nothing to do with PyMuPDF. These two packages cannot coexist in the same environment. If you installed both, uninstall <code>pymupdf</code> and reinstall <code>pymupdf</code>.</p>
345
-
<divclass="tip"><strong>Note:</strong> Starting from version 1.24.0, you can also use <code>import pymupdf</code> as an alternative to <code>import pymupdf</code>.</div>
344
+
<p>Third, there is a separate PyPI package literally named <code>fitz</code> that has nothing to do with PyMuPDF. These two packages cannot coexist in the same environment. If you installed both, uninstall <code>fitz</code> and reinstall <code>pymupdf</code>.</p>
345
+
<divclass="tip"><strong>Note:</strong> Starting from version 1.24.0, you can also use <code>import pymupdf</code> as an alternative to <code>import fitz</code>.</div>
346
+
346
347
</div>
347
348
</div>
348
349
349
350
<divclass="faq">
350
-
<divclass="faq-q"><spanclass="marker">Q</span><spanclass="question">How do I install PyMuPDF on Apple Silicon (M1/M2/M3)?</span><spanclass="toggle">+</span></div>
351
+
<divclass="faq-q"><spanclass="marker">Q</span><spanclass="question">How do I install PyMuPDF on Apple Silicon (M1/M2/M3/M4/M5)?</span><spanclass="toggle">+</span></div>
351
352
<divclass="faq-a">
352
-
<p>PyMuPDF now ships pre-built wheels for Apple Silicon. A simple <code>pip install pymupdf</code> should work. If it falls back to building from source (sdist), make sure you have SWIG installed first:</p>
353
-
<pre><code>brew install swig
354
-
pip install pymupdf</code></pre>
353
+
<p>PyMuPDF now ships pre-built wheels for Apple Silicon. A simple <code>pip install pymupdf</code> should work. </p>
0 commit comments