Installation

You can install jycm using pip:

pip install jycm

Or if you wish to install to the home directory:

pip install --user jycm

For the latest development version, first get the source from github:

git clone https://github.com/eggachecat/jycm.git

Then navigate into the local jycm directory and simply run:

python setup.py install

or:

python setup.py install --user

and you’re done!