Skip to content

Commit

Permalink
Merge pull request #33 from materialsproject/tschaume-patch-1
Browse files Browse the repository at this point in the history
README: editable install
  • Loading branch information
shyamd committed Apr 12, 2018
2 parents f34c029 + f87bd16 commit 549faf6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ Emmet is currently primarily an internal Materials Project tool so if you're rea

## Installation

Emmet is on PyPI, so `pip install emmet` should work. However, it is currently in very active development, so cloning the git repo and `python setup.py develop` is recommended for now.
Emmet is on PyPI, so `pip install emmet` should work. However, it is currently in very active development, so an editable install is recommended for now:

```bash
pip install -e git+git@github.com:materialsproject/emmet.git#egg=emmet --src .
```

## Running a Builder

Expand Down Expand Up @@ -169,4 +173,4 @@ The VASP builders all operate on a `tasks` Store which is parsed from *any* VASP

2. It then finds the task corresponding to a static calculation.

3. If `AECCAR0`, `AECCAR2`, `CHGCAR` are present, performs attempts to find bonding information using critic2 and also performs a bader analysis that is stored separately.
3. If `AECCAR0`, `AECCAR2`, `CHGCAR` are present, performs attempts to find bonding information using critic2 and also performs a bader analysis that is stored separately.

0 comments on commit 549faf6

Please sign in to comment.