Skip to content

Commit

Permalink
doc: Mention requirement of system pip package on Linux distros (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
studioego committed Jun 14, 2022
1 parent 0ae311b commit 0ae84fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/461.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add to require system pip package on Linux distribution for backend.ai installation.
14 changes: 14 additions & 0 deletions docs/install/development-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ Install the followings accordingly to your host operating system.

- Ensure that you have the Python version specified in ``pants.toml`` on your ``PATH``.

- Depending on your Linux Distribution, you may have to additionally install a sysmte package that enables Python's `pip` command.

* Ubuntu

.. code-block:: console
$ sudo apt install python3-pip
* Fedora Core & CentOS

.. code-block:: console
$ sudo dnf install python3-pip
* `Docker <https://docs.docker.com/install/>`_

* `Docker Compose <https://docs.docker.com/compose/install/>`_ (v2 required)
Expand Down

0 comments on commit 0ae84fc

Please sign in to comment.