From af2220728acae4d881f955aa5c385b9b8998248f Mon Sep 17 00:00:00 2001 From: sergirubio Date: Fri, 16 Dec 2016 16:54:06 +0100 Subject: [PATCH] Update README.rst --- examples/elinac/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/elinac/README.rst b/examples/elinac/README.rst index 30a0a76..ddfcd73 100644 --- a/examples/elinac/README.rst +++ b/examples/elinac/README.rst @@ -16,12 +16,12 @@ Install them using setup.py or just add folders to PATH:: Get Vacca:: - > git clone https://github.com/sergirubio/vacca vacca.git + > git clone https://github.com/tango-controls/vacca vacca.git > export PATH=$(pwd)/vacca.git/bin:$PATH > export PYTHONPATH=$(pwd)/vacca.git:$PYTHONPATH > cd vacca.git/examples/elinac -If you don't have the TangoBox devices, create new simulators:: +If you don't have the TangoBox devices, create new simulators using SimulatorDS :: > ipython : import SimulatorDS.gen_simulation as gs