Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Orbbec committed Jul 31, 2020
1 parent 7695775 commit 99fdb99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 10 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## Install
# SociophysicsDataHandler

Pedestrian dynamics data retriever for the Sociophysics courses at Eindhoven University of Technology.

Author: Alessandro Corbetta
mail: [email protected]



### Installation from source
```bash

git clone <repo>
pip install -e ./sociophysicsDataHandler
pip install -e sociophysicsDataHandler/

```
5 changes: 4 additions & 1 deletion sociophysicsDataHandler/spdh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""specs etc.
"""Pedestrian dynamics data retriever for the Sociophysics courses at Eindhoven University of Technology.
Author: Alessandro Corbetta
"""

import owncloud
Expand Down

0 comments on commit 99fdb99

Please sign in to comment.