.. toctree:: :hidden: .. _pullCloneBSK: Download Source Code ==================== .. image:: ../_images/static/Basilisk-Logo.png :align: right :scale: 50 % The Basilisk software framework source code is openly hosted on `Bitbucket.org `_. Go to https://bitbucket.org/avslab/basilisk, log in with your Bitbucket account and download (see below) or :ref:`fork ` a copy of the Basilisk code. As this is the raw source code, you need to next :ref:`install ` and compile the code before you can run it. The Basilisk frameworked is developed using the Git version control system. The following directions explain how to clone or pull a copy from the repository. #. If needed, create your own `bitbucket.org `__ account #. Use a browser to go to the `Basilisk Bitbucket Repository `__ #. Click on the Clone button on this page, and select the ``https`` option instead of the ssh option #. Copy the project url (omit ``git clone``) from the bitbucket clone panel .. image:: ../_images/static/bitbucket-clone-panel.png :align: center :scale: 40% #. Clone into preferred Git client (Source Tree for instance), or just clone the repository in the directory containing Basilisk. In SourceTree, use ``clone from url``, add the Basilisk repository url (without ``.git`` on the end), and select ``develop`` branch to pull the latest code. .. image:: ../_images/static/sourcetree-clone-panel.png :align: center :scale: 40%