mirror of https://github.com/searxng/searxng.git
Correct what was obviously a typo in vir(t)ualenv.
This commit is contained in:
parent
aa6eaf603f
commit
482da5c6c7
|
@ -52,7 +52,7 @@ In the same shell create *virtualenv*:
|
||||||
:end-before: END create virtualenv
|
:end-before: END create virtualenv
|
||||||
|
|
||||||
To install searx's dependencies, exit the searx *bash* session you opened above
|
To install searx's dependencies, exit the searx *bash* session you opened above
|
||||||
and restart a new. Before install, first check if your *virualenv* was sourced
|
and restart a new. Before install, first check if your *virtualenv* was sourced
|
||||||
from the login (*~/.profile*):
|
from the login (*~/.profile*):
|
||||||
|
|
||||||
.. kernel-include:: $DOCS_BUILD/includes/searx.rst
|
.. kernel-include:: $DOCS_BUILD/includes/searx.rst
|
||||||
|
|
|
@ -68,7 +68,7 @@ Python environment
|
||||||
|
|
||||||
``source ./local/py3/bin/activate``
|
``source ./local/py3/bin/activate``
|
||||||
|
|
||||||
With Makefile we do no longer need to build up the virualenv manually (as
|
With Makefile we do no longer need to build up the virtualenv manually (as
|
||||||
described in the :ref:`devquickstart` guide). Jump into your git working tree
|
described in the :ref:`devquickstart` guide). Jump into your git working tree
|
||||||
and release a ``make pyenv``:
|
and release a ``make pyenv``:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue