Skip to content

Commit

Permalink
Mention availability thru conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Dec 14, 2017
1 parent 213b3b3 commit 3db2a99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ First install ``python-rapidjson``:
$ pip install python-rapidjson
or, if you prefer `Conda`__:

.. code-block:: bash
$ conda install -c conda-forge python-rapidjson
__ https://conda.io/docs/

Basic usage looks like this:

.. code-block:: python
Expand Down
4 changes: 4 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ already compiled for your system. Otherwise it will download a *source distribu
will try to compile it: as the module is written in C++, in this case you most probably
will need to install a minimal C++ compiler toolchain on your system.

Alternatively it is also possible to install it using `Conda`__.

__ https://anaconda.org/conda-forge/python-rapidjson


Basic examples
--------------
Expand Down

0 comments on commit 3db2a99

Please sign in to comment.