Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjascob committed Jan 14, 2020
1 parent bdfc818 commit 913ff03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ The library includes a very simple HTTP Server for basic data types and a Proxy

The library also contains a DataContainer utility class to encapsulate pickling, gzipping, loading and saving functionality. This simplifies some common data operations.

The only external requirement is the commonly used "requests" library and its sub-dependencies.


## Documentation
For the latest documentation, see **[ReadTheDocs](https://pythondataserve.readthedocs.io/en/latest/)**. Alternatively, you can view the markup files directly in the __*docs*__ folder of this project.

Expand All @@ -21,6 +18,8 @@ You can see example implementations in the __*tests*__ folder.
## Setup
The project is designed to work with python 3.

The only external requirement is the commonly used "requests" library and its sub-dependencies.

To install do..
```
pip3 install dataserve
Expand Down

0 comments on commit 913ff03

Please sign in to comment.