Service Worker: Start coalescing SWVersion's timers.
[chromium-blink-merge.git] / third_party / cython / src / INSTALL.txt
bloba54a2eee3ed4ca5ef3113347f07f26234877c0f0
1 Cython - Installation Instructions
2 ==================================
4 You have two installation options:
6 (1) Run the setup.py script in this directory
7     as follows:
9         python setup.py install
11     This will install the Cython package
12     into your Python system.
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.
22 See README.txt for pointers to other documentation.