Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53ca14 commit a4e3de2Copy full SHA for a4e3de2
1 file changed
doc/faq/osx_framework.rst
@@ -4,14 +4,6 @@
4
Working with Matplotlib on OSX
5
******************************
6
7
-.. contents::
8
- :backlinks: none
9
-
10
-.. _osxframework_introduction:
11
12
-Introduction
13
-============
14
15
On OSX, two different types of Python builds exist: a regular build and a
16
framework build. In order to interact correctly with OSX through the native
17
GUI frameworks, you need a framework build of Python. At the time of writing
@@ -48,4 +40,4 @@ conda
48
40
The default python provided in (Ana)conda is not a framework build. However,
49
41
a framework build can easily be installed, both in the main environment and
50
42
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