aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-01-08 06:24:52 -0500
committerErik Skultety <skultety.erik@gmail.com>2024-01-08 12:28:54 +0000
commit8c91f17d31b0369241bd573f5dd499a6fa49eea6 (patch)
treee09f864fa7c810dd00515d61e90fda029e4ccb92 /docs
parente9e7d3bf3b80be998745152b60b64c56562b51f9 (diff)
downloadlibvirt-ci-8c91f17d31b0369241bd573f5dd499a6fa49eea6.zip
libvirt-ci-8c91f17d31b0369241bd573f5dd499a6fa49eea6.tar.gz
libvirt-ci-8c91f17d31b0369241bd573f5dd499a6fa49eea6.tar.bz2
docs: fix missing file extension in install example
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index e608ca0..a10b644 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -22,7 +22,7 @@ or into a virtual environment
# this will install only the very basic dependencies
$ python3 -m venv <path_to_venv>
$ source <path_to_venv>/bin/activate
- $ pip install -r requirements
+ $ pip install -r requirements.txt
More dependencies may be needed depending on your intended use case for
lcitool, see below.