- Added INSTALL file - Amended the README filemaster
parent
a86962cbfd
commit
df851f00ac
@ -0,0 +1,32 @@ |
||||
==== MAMMULT: Metrics And Models for MULTilayer networks ==== |
||||
|
||||
Most of the programs included in this version of the MAMMULT |
||||
package are in Python, thus no installation at all is needed. |
||||
It is sufficient to copy the .py files in the desired directory |
||||
and use them. |
||||
|
||||
Python code requires the following packages to be installed in |
||||
your system: |
||||
|
||||
SciPy |
||||
Numpy |
||||
Networkx |
||||
|
||||
All the code should work with any recent version of those packages. |
||||
|
||||
|
||||
Makefiles are available for all C code in the corresponding |
||||
directories, namely: |
||||
|
||||
structure/correlations/ |
||||
models/correlations/ |
||||
models/growth/ |
||||
dynamics/ising/ |
||||
dynamics/randomwalks/ |
||||
|
||||
In order to compile C programs it is sufficient to move to the |
||||
corresponding directory and give the command: |
||||
|
||||
$ make |
||||
|
||||
which will compile all the executables. |
@ -1,2 +1,16 @@ |
||||
# mammult |
||||
Metrics And Models for MULTilayer networks |
||||
|
||||
MAMMULT is a collection of programs for the analysis and modelling of |
||||
multi-layer networks. Most of the code included in this package was |
||||
developed during the EU FET project "LASAGNE". |
||||
|
||||
MAMMULT is Free Software, and can be used, copied, modified and |
||||
distributed under the terms of the GNU General Public Licence, version |
||||
3. A copy of the GNU General Public License is available in the file |
||||
COPYING. |
||||
|
||||
|
||||
(c) Vincenzo Nicosia 2012-2015 <v.nicosia@qmul.ac.uk> |
||||
Federico Battiston 2013-2015 <battiston.federico@gmail.com> |
||||
|
||||
|
Loading…
Reference in new issue