Skip to content

Commit 6502c5b

Browse files
committed
add install instruction
1 parent 92c58ae commit 6502c5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# easyquery
22
Create easy-to-use Query objects that can apply on NumPy structured arrays, astropy Table, and Pandas DataFrame
33

4+
To install, run
5+
6+
pip install easyquery
7+
48

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

0 commit comments

Comments
 (0)