Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/cython/src/INSTALL.txt

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference cython dev list thread. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/cython/src/Cython/__init__.py ('k') | third_party/cython/src/LICENSE.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Cython - Installation Instructions
2 ==================================
3
4 You have two installation options:
5
6 (1) Run the setup.py script in this directory
7 as follows:
8
9 python setup.py install
10
11 This will install the Cython package
12 into your Python system.
13
14 OR
15
16 (2) If you prefer not to modify your Python
17 installation, arrange for the directory
18 containing this file (INSTALL.txt) to be in
19 your PYTHONPATH. On unix, also put the bin
20 directory on your PATH.
21
22 See README.txt for pointers to other documentation.
OLDNEW
« no previous file with comments | « third_party/cython/src/Cython/__init__.py ('k') | third_party/cython/src/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698