Getting Started =============== Installation ------------ Current release is **0.9.1**. From PyPI ^^^^^^^^^ .. code-block:: bash $ pip install makrell Install latest version from GitHub ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The code is hosted on GitHub at https://github.com/hcholm/makrell-py . Direct installation: .. code-block:: bash $ pip install git+https://github.com/hcholm/makrell-py From a local clone: .. code-block:: bash $ git clone https://github.com/hcholm/makrell-py $ cd makrell-py $ pip install . Running Code ------------ MakrellPy REPL usage ^^^^^^^^^^^^^^^^^^^^ .. code-block:: bash $ makrell > 2 + 3 5 > [2 3 5] | sum 10 Run a MakrellPy script ^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: bash $ makrell myscript.mr