Skip to content

Commit

Permalink
Remove deprecated build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Apr 2, 2024
1 parent f7ae728 commit 3af2fb9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 760 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ RUN mkdir /usr/local/src/hsds/ /usr/local/src/h5pyd/
COPY h5pyd /usr/local/src/h5pyd/h5pyd
COPY test /usr/local/src/h5pyd/test
COPY testall.py /usr/local/src/h5pyd/
COPY setup.py /usr/local/src/h5pyd/
COPY README.rst /usr/local/src/h5pyd/
RUN cd /usr/local/src/h5pyd ; \
pip install requests ; \
python setup.py install
pip install .
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Introduction
This repository contains library, test, and examples of h5pyd - a Python package for the
HDF REST interface.

The library is provides a high-level interface to the REST specification that is generally
The h5pyd library provides a high-level interface to the REST specification that is generally
easier to use than invoking http calls directly.

The package is based on the popular h5py package and aims to be source compatible with
This package is based on the popular h5py package and aims to be source compatible with
the h5py high level interface.


Expand Down Expand Up @@ -45,7 +45,7 @@ Via pip::

From a release tarball or Git checkout::

python setup.py install
pip install .

By default the examples look for a local instance of HSDS. See the https://github.com/HDFGroup/hsds
for instructions on installing and running HSDS.
Expand Down
240 changes: 0 additions & 240 deletions docs/build.rst

This file was deleted.

Loading

0 comments on commit 3af2fb9

Please sign in to comment.