Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
underchemist committed Dec 26, 2015
1 parent fc91606 commit c6e2b85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ cover/keybd_open.png
nanonispy.sublime-project
nanonispy.sublime-workspace
dev_test.py
MANIFEST
MANIFEST.in
conda_build/
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ A small library written in python 3 to parse Nanonis binary and ascii files.

## Requirements

Currently written and 'tested' with python 3.5, fairly sure this won't work with version of python < 3.0
Currently written and tested with
- python 3.5
- python 3.4

- numpy (>1.10)
Depends on
- numpy

Will continue making tests that are actually useful and maybe will make this a conda/pip build.

Expand Down Expand Up @@ -67,4 +70,6 @@ nosetests --with-coverage --cover-branches --cover-package=nanonispy

## To do
- homogenize grid and scan header keys, right now header formats are pretty different and I'm to lazy to do it myself.
- more relevant tests
- saving methods

0 comments on commit c6e2b85

Please sign in to comment.