Webdoc: Revise intro & installation instructions

From #523 (closed):

sudo make install <-- DO NOT DO THIS

installation paths <-- no installation anymore

$ cmake -DCMAKE_INSTALL_PREFIX=<install_dir> ..
$ cmake -DCMAKE_PREFIX_PATH=/opt/local -DCMAKE_INSTALL_PREFIX=<install_dir> ..

Installing the framework <-- no installation anymore

Installing the Python package <-- mv to Installation page?

Then read on to understand some example scripts line by line, and to discover further functionality <-- The link should refer to https://bornagainproject.org/git-main/py/start/syntax/

Edited by Mikhail Svechnikov