-
-
Notifications
You must be signed in to change notification settings - Fork 74
Home
J.L Stevens edited this page Jun 25, 2015
·
9 revisions
Welcome to the param wiki!
Release instructions: How to prepare for a PyPI release.
conda install -c ioam param
build.sh
echo "Building"
meta.yaml:
package:
name: param
version: 1.3.2
source:
git_url: https://github.com/ioam/param.git
git_tag: v1.3.2
requirements:
build:
- python
- setuptools
- jinja2
run:
- python
about:
home: http://ioam.github.io/param/
summary: Make your Python code clearer and more reliable by declaring Parameters
license: BSD