From ae823606602036387e05fb7e70c5a3bcbb9c4ac9 Mon Sep 17 00:00:00 2001 From: Peter Frank Perroni <pfperroni@inf.ufpr.br> Date: Mon, 3 Jul 2017 14:23:23 -0300 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e69de29..05feff0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +INSTRUCTIONS FOR LINUX + +Download CSMOn: + + wget --no-check-certificate https://gitlab.c3sl.ufpr.br/pfperroni/CSMOn/repository/archive.tar.gz?ref=master -O CSMOn.tar.gz + +Unpack it: + + tar -xzvf CSMOn.tar.gz + +Compile the package: + + cd CSMOn-*/python + + make + +Then finally, run the example code (provided with a standard PSO implementation): + + python pso_example.py \ No newline at end of file -- GitLab