Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4e3de2

Browse files
anntzertimhoffm
authored andcommitted
Minor cleanup to OSX FAQ. (#13297)
1 parent e53ca14 commit a4e3de2

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

doc/faq/osx_framework.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
Working with Matplotlib on OSX
55
******************************
66

7-
.. contents::
8-
:backlinks: none
9-
10-
.. _osxframework_introduction:
11-
12-
Introduction
13-
============
14-
157
On OSX, two different types of Python builds exist: a regular build and a
168
framework build. In order to interact correctly with OSX through the native
179
GUI frameworks, you need a framework build of Python. At the time of writing
@@ -48,4 +40,4 @@ conda
4840
The default python provided in (Ana)conda is not a framework build. However,
4941
a framework build can easily be installed, both in the main environment and
5042
in conda envs: install python.app (``conda install python.app``) and use
51-
``pythonw`` rather than ``python``
43+
``pythonw`` rather than ``python``.

0 commit comments

Comments
 (0)