Skip to content

Commit

Permalink
add install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Aug 23, 2017
1 parent 92c58ae commit 6502c5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# easyquery
Create easy-to-use Query objects that can apply on NumPy structured arrays, astropy Table, and Pandas DataFrame

To install, run

pip install easyquery


A Query object has three major methods: filter, count, and mask.
All of them operate on NumPy structured array and astropy Table:
Expand Down

0 comments on commit 6502c5b

Please sign in to comment.