Update manual installation directions

This commit is contained in:
Trevor Sullivan
2019-06-12 07:10:56 -07:00
committed by Dave Halter
parent 097b073d20
commit c6c49d1476

View File

@@ -57,19 +57,14 @@ Others
We are in the discussion of adding |jedi| to the Fedora repositories.
Manual installation from a downloaded package
Manual installation from GitHub
---------------------------------------------
If you prefer not to use an automated package installer, you can `download
<https://github.com/davidhalter/jedi/archive/master.zip>`__ a current copy of
|jedi| and install it manually.
To install it, navigate to the directory containing `setup.py` on your console
and type::
If you prefer not to use an automated package installer, you can clone the source from GitHub and install it manually. To install it, run these commands::
git clone --recurse-submodules
sudo python setup.py install
Inclusion as a submodule
------------------------