Browse Source

Add note that FlaskBB should be installed inside an venv

Fixes #511
Peter Justin 6 years ago
parent
commit
fa1d437e8a
1 changed files with 6 additions and 0 deletions
  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