提交 2759b660 authored 作者: Bart's avatar Bart

Removed installation instructions for python < 2.6

上级 bcfe17ce
...@@ -129,20 +129,12 @@ by typing ...@@ -129,20 +129,12 @@ by typing
You may need to add ``sudo`` before this command to install into your You may need to add ``sudo`` before this command to install into your
system's ``site-packages`` directory. If you do not have administrator access system's ``site-packages`` directory. If you do not have administrator access
to your machine, you can install to an alternate prefix using to your machine, you can install Theano locally (to ~/.local) using
.. code-block:: bash .. code-block:: bash
pip install Theano --user pip install Theano --user
which on e.g. Python 2.4 would
install Theano into ``.local/lib/python2.4/site-packages`` inside your home
directory on Mac OS X or Unix/Linux (this ``site-packages`` directory must be
listed in your ``PYTHONPATH`` environment variable; for Python 2.6 and later,
``~/.local`` is
automatically searched and does *not* need to be explicitly included in
``PYTHONPATH``, see :ref:`config_pythonpath` for instructions).
Alternatively you can use virtualenv_ to create an isolated ``site-packages`` Alternatively you can use virtualenv_ to create an isolated ``site-packages``
directory; see the `virtualenv documentation`_ for details. directory; see the `virtualenv documentation`_ for details.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论