mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
update installation docs
This commit is contained in:
@@ -11,10 +11,22 @@ jedi-vim_ does by default), or you can install it systemwide.
|
|||||||
editor, refer to the corresponding documentation.
|
editor, refer to the corresponding documentation.
|
||||||
|
|
||||||
|
|
||||||
|
The preferred way
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
On any system you can install |jedi| directly from the Python package index
|
||||||
|
using pip::
|
||||||
|
|
||||||
|
sudo pip install jedi
|
||||||
|
|
||||||
|
If you want to install the current development version (master branch)::
|
||||||
|
|
||||||
|
sudo pip install -e git://github.com/davidhalter/jedi.git#egg=jedi
|
||||||
|
|
||||||
|
|
||||||
System-wide installation via a package manager
|
System-wide installation via a package manager
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Arch Linux
|
Arch Linux
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
@@ -24,18 +36,11 @@ You can install jedi directly from AUR: `python-jedi at AUR
|
|||||||
(There is also a packaged version of the vim plugin available: `vim-jedi at AUR
|
(There is also a packaged version of the vim plugin available: `vim-jedi at AUR
|
||||||
<https://aur.archlinux.org/packages/vim-jedi/>`__.)
|
<https://aur.archlinux.org/packages/vim-jedi/>`__.)
|
||||||
|
|
||||||
|
|
||||||
Others
|
Others
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
On any system can install |jedi| directly from the Python package index using
|
We are in the discussion of adding Jedi to the Debian and Fedora repositories.
|
||||||
pip::
|
But it's not possible yet.
|
||||||
|
|
||||||
sudo pip install jedi
|
|
||||||
|
|
||||||
If you want to install the current development version (master branch)::
|
|
||||||
|
|
||||||
sudo pip install -e git://github.com/davidhalter/jedi.git#egg=jedi
|
|
||||||
|
|
||||||
|
|
||||||
Manual installation from a downloaded package
|
Manual installation from a downloaded package
|
||||||
|
|||||||
Reference in New Issue
Block a user