Installation =================================== Anaconda --------------------- .. code:: conda install -c toddp mwarp1d Link to **mwarp1d** in the `Anaconda Cloud `_ Dependencies --------------------- - `NumPy 1.16 `_ - `SciPy 1.3 `_ - `Matplotlib 3.1 `_ These dependencies are included with the Anaconda distribution. If, for some reason, you have removed these dependencies from Anaconda, installing :code:`mwarp1d` using :code:`conda` (see above) will automatically handle their installation. Source code --------------------- Source code is available in this project's `GitHub repository `_ New to Python? --------------------- Refer to the instructions below and also the :ref:`Installation ` and :ref:`Launching ` screencasts. The easiest way to use **mwarp1d** is to: 1. Install `Anaconda `_ (detailed instructions `here `_) 2. Open the Anaconda Prompt (`Windows `_) or a Terminal (Mac, Linux), then enter: .. code:: conda install -c toddp mwarp1d 3. Run Python by entering :code:`python` in the Anaconda Prompt (Windows) or Terminal (Mac, Linux) 4. Enter the commands below to launch **mwarp1d** .. code:: >>> import mwarp1d >>> mwarp1d.launch_gui() If the **mwarp1d** GUI launches without errors, proceed to the :ref:`Example data ` screencast.