Changeset 2a64722 in sasmodels for README.rst
- Timestamp:
- Feb 24, 2019 9:18:53 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.rst
rf8a6e4a r2a64722 15 15 The easiest way to use sasmodels is from `SasView <http://www.sasview.org/>`_. 16 16 17 You can also install sasmodels as a standalone package in python. Us ing17 You can also install sasmodels as a standalone package in python. Use 18 18 `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::19 or `anaconda <https://www.anaconda.com/>`_ 20 to create a python environment with the sasmodels dependencies:: 21 21 22 22 $ conda create -n sasmodels -c conda-forge numpy scipy matplotlib pyopencl 23 23 24 The option ` -n sasmodels` names the environment sasmodels, and the option25 ` -c conda-forge` selects the conda-forge package channel because pyopencl24 The option ``-n sasmodels`` names the environment sasmodels, and the option 25 ``-c conda-forge`` selects the conda-forge package channel because pyopencl 26 26 is not part of the base anaconda distribution. 27 27
Note: See TracChangeset
for help on using the changeset viewer.