setup-advanced: Add notice on bootstrap requirement for CentOS & Fedora.

This commit is contained in:
rht 2018-12-18 13:58:52 +00:00 committed by Tim Abbott
parent 7371fd2647
commit ac8a164709
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ git remote add -f upstream https://github.com/zulip/zulip.git
```
```
# On CentOS, you must first install epel-release, and then python34
# On Fedora, you must first install python3
# From a clone of zulip.git
./tools/provision
source /srv/zulip-py3-venv/bin/activate