Commit 5bee66961bcb22fa207941a9f97e3fce7b064cfc
1 parent
b5217158
Exists in
master
Create README.md
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +# Simulation analysis | ||
2 | + | ||
3 | +This a compilation of scripts to analyse cascade-simulation results. | ||
4 | + | ||
5 | +These scripts are written in Python 2.7. | ||
6 | +They also requires: | ||
7 | + * Numpy/Scipy | ||
8 | + * Matplotlib | ||
9 | + | ||
10 | +Instruction to install it could be found here: http://www.scipy.org/install.html |