Commit b0f12dab authored by Jérome Perrin's avatar Jérome Perrin

update readme, we no longer use simpy2

parent 84688334
......@@ -35,11 +35,12 @@ expanded and validated through the industrial pilot cases of DREAM. Nevertheless
launch the project in order to attract the interest of simulation modellers and software
developers.
Note that ManPy currently uses SimPy2 (http://simpy.sourceforge.net/old/). Soon it will be upgraded to the newest version SimPy3 (http://simpy.readthedocs.org/en/latest/).
How to get started
========================
Note: This section does not apply if DREAM is installed with python setup.py or
if you use buildout.
To be able to run the documentation examples just copy the dream/simulation to your Python folder. Then you can import ManPy objects as it is written in the examples, e.g.:
+ *from simulation.Queue import Queue* or
+ *from simulation.imports import Machine, Source, Exit*
......@@ -50,11 +51,12 @@ Dependencies
=================
ManPy uses the following Python libraries:
+ SimPy2
+ SimPy
+ NumPy
+ SciPy
+ xlrd
+ xlwt
+ rpy2
=================
Documentation
......@@ -92,4 +94,4 @@ Ioannis Papagiannopoulos
Panos Barlas
Kazuhiko Shiozaki
\ No newline at end of file
Kazuhiko Shiozaki
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment