.. _installation: Installation ============ Download an executable file from the `GitHub download page `_ for your system and off you go, or do the following: 1. Download the code from the download page. 2. Compile it by typing something like the following: .. code-block:: none g++ -m64 -O3 *.cpp -o bayesnetty 3. Start using BayesNetty!