Changeset 2a64722 in sasmodels


Ignore:
Timestamp:
Feb 24, 2019 9:18:53 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
e5bbe64
Parents:
f8a6e4a
Message:

improve tutorial shown on the github landing page for sasmodels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.rst

    rf8a6e4a r2a64722  
    1515The easiest way to use sasmodels is from `SasView <http://www.sasview.org/>`_. 
    1616 
    17 You can also install sasmodels as a standalone package in python. Using 
     17You can also install sasmodels as a standalone package in python. Use 
    1818`miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ 
    19 (or `anaconda <https://www.anaconda.com/>`_), 
    20 create a python environment with the sasmodels dependencies:: 
     19or `anaconda <https://www.anaconda.com/>`_ 
     20to create a python environment with the sasmodels dependencies:: 
    2121 
    2222    $ conda create -n sasmodels -c conda-forge numpy scipy matplotlib pyopencl 
    2323 
    24 The option `-n sasmodels` names the environment sasmodels, and the option 
    25 `-c conda-forge` selects the conda-forge package channel because pyopencl 
     24The option ``-n sasmodels`` names the environment sasmodels, and the option 
     25``-c conda-forge`` selects the conda-forge package channel because pyopencl 
    2626is not part of the base anaconda distribution. 
    2727 
Note: See TracChangeset for help on using the changeset viewer.