Wiki

Clone wiki

sage_coding_project / Installation_guide

Here are some steps to install our fork of Sage containing all our Coding Theory functionality. If problems arise during this process, consult first the Sage documentation for compiling Sage.

  1. git clone the full repository git clone https://lucasdavid@bitbucket.org/lucasdavid/sage_coding_project.git

  2. Compile the project. You just need to run make at the root of the sage_coding_project directory. It can be quite long (up to 5 hours) depending on your computer.

  3. Run Sage by typing ./sage at the root of the sage_coding_project directory. This opens the Sage command prompt, and you can use all Sage functionalities and new coding theory methods from here.

    The Sage Notebook is also recommended as a nicer interface, and can be started with ./sage --notebook.

Updated