Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdav2 authored Feb 17, 2020
1 parent 95ef5fa commit e3289f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# sedre
A lightweight parser for computational quantum chemistry

## Install
### Dependencies
Python standard library

### Add to pythonpath
add to e.g. your .bashrc, `export PYTHONPATH=PATH_TO_SEDRE:$PYTHONPATH`

### Run tests
in sedre/tests: `$ pytest`

Should see 1 fail 7 pass as of Feb 17 2020

0 comments on commit e3289f0

Please sign in to comment.