File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,9 @@ If you use ``NDlib`` as support to your research consider citing:
28
28
29
29
[ ![ Promo] ( https://img.youtube.com/vi/tYHNOuKJwbE/0.jpg )] ( https://www.youtube.com/watch?v=tYHNOuKJwbEE )
30
30
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
-
38
31
## Installation
39
32
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.
41
34
42
35
Alternatively use pip:
43
36
``` bash
@@ -46,7 +39,7 @@ sudo pip install ndlib
46
39
47
40
## Documentation
48
41
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 ) .
50
43
51
44
## Collaborate with us!
52
45
You can’t perform that action at this time.
0 commit comments