Skip to content

Commit

Permalink
python install
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Feb 24, 2023
1 parent 3c1284a commit eb6c32e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions python-user-guide/index.rst
Expand Up @@ -30,13 +30,16 @@ The Mica Python Client is available on the official `Python Package Index <https
.. note::

This python package depends on the `pycurl <https://pypi.org/project/pycurl/>`_ package which has some system dependencies. You may need
to install these before.
This python package depends on the `pycurl <https://pypi.org/project/pycurl/>`_ package which has some system dependencies. One simple solution
is to install the ``pycurl`` system package before.

.. code-block:: bash
# on Debian systems
sudo apt-get install libcurl4-openssl-dev libssl-dev
sudo apt-get install python3-pycurl
# on RPM systems
sudo yum install python3-pycurl
Usage
Expand Down

0 comments on commit eb6c32e

Please sign in to comment.