Installation

Linux

  1. Install recent versions of g++, make and ccache.

  2. Install Python 3.8 or later, and then install Mys using pip3.

    pip3 install mys
    
  3. Run mys to make sure it was installed successfully.

    mys
    

macOS

  1. Install recent versions of ccache and pkg-config using brew.

  2. Install Python 3.8 or later, and then install Mys using pip.

    pip3 install mys
    
  3. Run mys to make sure it was installed successfully.

    mys
    

Windows

  1. Install Cygwin. Required packages are gcc-g++, make, python38, python38-pip, python38-devel and ccache.

  2. Start Cygwin and install Mys.

    python -m pip install mys
    
  3. Run mys to make sure it was installed successfully.

    mys