Pin Cython version in installation and packaging docs, ref #5406

This commit is contained in:
dessant 2017-10-15 19:06:36 +03:00
parent 22d4c2b1f7
commit 6b9c10c419
4 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@ those dependencies::
brew install autoconf automake libtool pkg-config
brew link libtool
sudo easy_install pip
sudo pip install cython==0.23
sudo pip install Cython==0.26.1
For more detail, see :ref:`IOS Prerequisites <packaging_ios_prerequisites>`.
Just ensure that everything is ok before starting the second step!

View File

@ -36,7 +36,7 @@ Complete guide
#. Install Cython and Kivy::
$ pip install -U Cython
$ pip install Cython==0.26.1
$ pip install -U kivy
#. Install PyInstaller::

View File

@ -19,7 +19,7 @@ You can install Kivy with Homebrew and pip using the following steps:
2. Install Cython and Kivy using pip::
$ pip install Cython==0.26
$ pip install Cython==0.26.1
$ pip install kivy
- To install the development version, use this in the second step::
@ -55,7 +55,7 @@ You can install Kivy with Macports and pip using the following steps:
5. Install Cython and Kivy using pip::
$ pip install Cython==0.26
$ pip install Cython==0.26.1
$ pip install kivy
- To install the development version, use this in the second step::

View File

@ -36,11 +36,11 @@ Manual installation (On Raspbian Jessie)
git clone https://github.com/kivy/kivy
cd kivy
make
echo "export PYTHONPATH=$(pwd):\$PYTHONPATH" >> ~/.profile
source ~/.profile
Manual installation (On Raspbian Wheezy)
----------------------------------------
@ -70,7 +70,7 @@ Manual installation (On Raspbian Wheezy)
#. Install Cython from sources (debian packages are outdated)::
sudo pip install -U cython
sudo pip install Cython==0.26.1
#. Install Kivy globally on your system::
@ -80,7 +80,7 @@ Manual installation (On Raspbian Wheezy)
git clone https://github.com/kivy/kivy
cd kivy
make
echo "export PYTHONPATH=$(pwd):\$PYTHONPATH" >> ~/.profile
source ~/.profile