Skip to content

Commit

Permalink
Update README.md with link to new taxcalc usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 11, 2018
1 parent 4fcca6a commit c604872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ pb build --python 3.6
Note that the default (that is, using no `--python` option) implies
packages will be built for both Python 2.7 and Python 3.6.

### Complete bash script that creates `taxcalc` packages
### Complete bash shell script that creates `taxcalc` packages

See the full explanation in [this comment](https://github.com/open-source-economics/policybrain-builder/issues/74#issue-268242989).
See the full explanation in [this comment](https://github.com/open-source-economics/policybrain-builder/issues/86).

## Environment variables

Expand Down
7 changes: 4 additions & 3 deletions builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
==========================================================================
WARNING: this script is still under development is is not yet ready to use
==========================================================================
NOTE: this Python script was developed by Hank Doupe as an alternative
to the pb CLI tool documented in the policybrain-builder/README.md file.
If you have questions about or problems with this builder.py script,
please direct your questions to Hank, @hdoupe, on GitHub.
Build and upload a conda package with the following commands:
Expand Down

0 comments on commit c604872

Please sign in to comment.