summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-08 18:35:38 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-08 18:35:38 +0100
commit04ad648105a65a27a0654204a461775d178b49ce (patch)
treea4241a279e162d6387db01132bad4c446731ae74 /docs
parent938bb0255045eb0f5e21027805fa018cd53d6cad (diff)
downloadsearxng-04ad648105a65a27a0654204a461775d178b49ce.tar.gz
searxng-04ad648105a65a27a0654204a461775d178b49ce.zip
makefile.python: remove python2 support
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index e40772b3b..0fb22d934 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -27,7 +27,7 @@ searx-ve virtualenv and install the required packages using ``manage.sh``.
cd ~/myprojects
git clone https://github.com/asciimoo/searx.git
cd searx
- virtualenv searx-ve
+ python3 -m venv searx-ve
. ./searx-ve/bin/activate
./manage.sh update_dev_packages