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
Currently, Paddle on Mac OS X is not deliberate testing through the different versions of Mac OS X and Clang.
When all these things that we've done, we will reopen Mac build docs.
Copy file name to clipboardExpand all lines: doc/build/build_from_source.md
-119Lines changed: 0 additions & 119 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ Installing from Sources
4
4
*[1. Download and Setup](#download)
5
5
*[2. Requirements](#requirements)
6
6
*[3. Build on Ubuntu](#ubuntu)
7
-
*[4. Build on Mac OS X](#mac)
8
7
9
8
## <spanid="download">Download and Setup</span>
10
9
You can download PaddlePaddle from the [github source](https://github.com/gangliao/Paddle).
@@ -191,121 +190,3 @@ sudo pip install <path to install>/opt/paddle/share/wheels/*.whl
191
190
# or just run
192
191
sudo paddle version
193
192
```
194
-
195
-
## <span id="mac">Building on Mac OS X</span>
196
-
197
-
### Prerequisites
198
-
This guide is based on Mac OS X 10.11 (El Capitan). Note that if you are running an up to date version of OS X,
199
-
you will already have Python 2.7.10 and Numpy 1.8 installed.
200
-
201
-
The best option is to use the package manager homebrew to handle installations and upgrades for you.
202
-
To install [homebrew](http://brew.sh/), first open a terminal window (you can find Terminal in the Utilities folder in Applications), and issue the command:
0 commit comments