diff options
author | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2012-12-27 12:37:52 +0100 |
---|---|---|
committer | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2012-12-27 12:37:52 +0100 |
commit | c3ec0d9b0abbccaee0a552db4ee9ce70caa9ce83 (patch) | |
tree | c53d3543f127f0974d6d5f6ed12fd15babe60deb | |
parent | 3f7ae0846aee0b2db1e8b50a2395ec8a9ac9ec8a (diff) | |
download | Rutherford-c3ec0d9b0abbccaee0a552db4ee9ce70caa9ce83.tar.gz Rutherford-c3ec0d9b0abbccaee0a552db4ee9ce70caa9ce83.tar.bz2 Rutherford-c3ec0d9b0abbccaee0a552db4ee9ce70caa9ce83.tar.xz Rutherford-c3ec0d9b0abbccaee0a552db4ee9ce70caa9ce83.zip |
Readme update
-rw-r--r-- | readme.txt | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1 +1,9 @@ -Welcome in Rutherford scattering simulation. +Welcome in Rutherford scattering simulation. +Author: Justyna Ilczuk also known as attero +License: MIT should be okay ^^ + +To run simulation you need python 2.7 and pygame - library for python. Both are easy to download and free to use. + +If you have those already installed just run "python2 rutherford.py" in command line or whatever you do to run applications on your OS. + +Have fun :) |