Skip to content

Commit 6e6d6a9

Browse files
committed
Added pip install information.
1 parent ca3773d commit 6e6d6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ No comparison or validation is done on common values.
4343

4444
## Additional uses
4545

46-
If you want to do your own thing with the data, you could import this module, access `MassTable().full_data`, then sort, slice and filter the resultant dataframe to your heart's content.
46+
If you want to do your own thing with the data, you could install this package, import this module, access `MassTable().full_data`, then sort, slice and filter the resultant dataframe to your heart's content. You can install this package with `pip install git+<package-repo>` where `<package-repo>` is the git repository of this package.
4747

4848
For example, track how the accuracy of the mass excess of 18B changes once it is experimentally measured
4949
```python

0 commit comments

Comments
 (0)