Просмотр исходного кода

Add note that FlaskBB should be installed inside an venv

Fixes #511
Peter Justin 6 лет назад
Родитель
Сommit
fa1d437e8a
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      docs/installation.rst

+ 6 - 0
docs/installation.rst

@@ -482,6 +482,12 @@ Here's what to do:
 
     git clone https://github.com/sh4nks/flaskbb.git
     cd flaskbb
+
+Before continuing the installation it is advised to create a virtualenv as is
+described in section `Virtualenv Setup <#virtualenv-setup>`_.
+
+Finish the installation of FlaskBB by executing following commands::
+
     pip3.5 install --user -r requirements.txt
     pip3.5 install --user -e .
     flaskbb makeconfig