Skip to content

Commit

Permalink
Add MANIFEST.in for license
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanVugt committed Nov 20, 2017
1 parent 9628928 commit 3ade418
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ to prevent us from opening the same file multiple times, and to make using the s
file repetetively faster.

## Setup
First you need to install the PyPI package, or clone this repository in your path.
First you need to install the PyPI or conda-forge package, or clone this repository in your path.
```bash
pip install h5pickle
```

```bash
conda config --add channels conda-forge
conda install h5pickle
```

Then you can use h5pickle as a drop-in replacement for h5py.
```python
import h5pickle as h5py
Expand Down

0 comments on commit 3ade418

Please sign in to comment.