Skip to content

Commit

Permalink
Merge pull request #374 from kivy/condaforge
Browse files Browse the repository at this point in the history
Add instructions for installing pyjnius in conda
  • Loading branch information
KeyWeeUsr committed Dec 4, 2018
2 parents 83ba82c + 8820407 commit e90a93a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,20 @@ Python and pip must be installed and present in ``PATH`` environment variable.
you need to run the command prompt with elevated permissions, so that
the compiler can access JDK in ``C:\Program Files\Java\jdkx.y.z_b`` or
``C:\Program Files (x86)\Java\jdkx.y.z_b``.


Installation for Conda
----------------------

Similar to PIP there is a package manager for
`Anaconda <https://www.anaconda.com/what-is-anaconda/>` called Conda.
An unofficial compiled distributions of PyJNIus for Conda supported
platforms you can find at https://anaconda.org/conda-forge/pyjnius.

You can install ``pyjnius`` with this command::

conda install -c conda-forge pyjnius

Or if you want a specific package label e.g. ``gcc7``::

conda install -c conda-forge/label/gcc7 pyjnius

0 comments on commit e90a93a

Please sign in to comment.