Skip to content

Commit

Permalink
add badges and installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Jul 1, 2021
1 parent b5ba74e commit 4727bd1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
[![python-build](https://github.com/ihmeuw-msca/distrx/workflows/python-build/badge.svg)](https://github.com/ihmeuw-msca/distrx/actions)

# Distribution Transformation


## Install

To install the package, simply do
```
pip install .
```
To install the package in developing mode, do
```
pip install -e .
```

0 comments on commit 4727bd1

Please sign in to comment.