Skip to content

Commit

Permalink
docs/installation: Mention needed virtualenv package
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed May 5, 2024
1 parent ed7a0d5 commit ad66845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/reference/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Install from PyPi
Requirements
^^^^^^^^^^^^

- Python 3.8+ (+ devel headers)
- Python 3.8+ (+ devel headers) and Virtualenv
- SQLite 3.3.8 or later
- a working C compiler

Expand All @@ -91,13 +91,13 @@ For Debian/Ubuntu just `copy and paste

.. code-block:: console
$ sudo apt-get install python3-dev sqlite3 build-essential
$ sudo apt-get install python3-dev python3-virtualenv sqlite3 build-essential
Similar for Fedora (and derivates):

.. code-block:: console
$ sudo yum install python3-devel sqlite
$ sudo yum install python3-devel python3-virtualenv sqlite
$ sudo yum groupinstall “Development Tools”
Installation
Expand Down

0 comments on commit ad66845

Please sign in to comment.