Skip to content

Commit 2eb64e2

Browse files
Update README.md
1 parent 60da8cb commit 2eb64e2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,9 @@ If you use ``NDlib`` as support to your research consider citing:
2828

2929
[![Promo](https://img.youtube.com/vi/tYHNOuKJwbE/0.jpg)](https://www.youtube.com/watch?v=tYHNOuKJwbEE)
3030

31-
## Rationale behind NDlib
32-
33-
- A __simulation__ is univocally identified by a __graph__ and a (__configured__) __model__;
34-
- Each __model__ describes a peculiar kind of diffusion process as an agent-based __simulation__ occurring at discrete time;
35-
- A __configuration__ identifies the initial status of the diffusion and the parameters needed to instantiate the selected __model__;
36-
- Once a model has been __configured__, every __iteration__ of the __simulation__ returns only the nodes which changed their statuses.
37-
3831
## Installation
3932

40-
In order to install the library just download (or clone) the current project and copy the ndlib folder in the root of your application.
33+
To install the library just download (or clone) the current project and copy the ndlib folder in the root of your application.
4134

4235
Alternatively use pip:
4336
```bash
@@ -46,7 +39,7 @@ sudo pip install ndlib
4639

4740
## Documentation
4841

49-
For examples, tutorials and an complete reference visit the project documentation website on [ReadTheDocs](http://ndlib.readthedocs.io).
42+
For examples, tutorials and a complete reference visit the project documentation website on [ReadTheDocs](http://ndlib.readthedocs.io).
5043

5144
## Collaborate with us!
5245

0 commit comments

Comments
 (0)