Changeset 981a1d4 in sasview for build_tools


Ignore:
Timestamp:
Feb 14, 2015 6:16:17 AM (9 years ago)
Author:
Peter Parker
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
66f21cd
Parents:
81b369bb
Message:

Correct headings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda/README.md

    r81b369bb r981a1d4  
    33Here we store the recipes for building conda packages of the dependencies of SasView.  These are dependencies that unforunately do not come pre-bundled with Anaconda. 
    44 
    5 # Creating a Recipe 
     5## Creating a Recipe 
    66 
    77An easy way to get started with a recipe is to use the skeleton command that comes with conda, which looks for all the information it needs on PyPi (of course, this will only work if the module exists on PyPi...): 
     
    2121If you're lucky this is all you will need to ever do to create a new recipe, but you may need to go in and tinker with the meta.yaml file from time to time. 
    2222 
    23 '''Issues''' 
     23## Issues 
    2424 
    2525* Sometimes downloading the package from PyPi is problematic.  You may see something like the following: 
Note: See TracChangeset for help on using the changeset viewer.