Installation =================== Windows ------------------------------- **You are recommended to download** `TagUI Windows Installer `_, instead of the advanced steps below. If you use the installer, specify an installation folder which you have write permission, for example ``C:\RPA`` or a ``RPA`` folder on your Windows Deskop. After your installation, continue from step 6. 1. Read the above, or download zip file `TagUI v6.46 for Windows `_ 2. Unzip the contents to ``C:\`` 3. `Install OpenJDK for Windows `_ 4. `Install Chrome web browser `_ 5. `Add c:\\tagui\\src to start of path `_ 6. Open :ref:`Command Prompt ` 7. Copy, paste and run this command: .. code-block:: bat tagui c:\tagui\flows\samples\1_google.tag 8. Finally, run this command to pull the `latest features and bug fixes `_ .. code-block:: bat tagui update 9. :ref:`Having problems? Click here.` You have run your first TagUI flow! 🎉 **To install TagUI Microsoft Word Plug-in (a full-featured app to make RPA very easy)**, download the `MS Word Plug-in installer `_, unzip the file and double-click Setup.exe. See this `video by RPA Learners `_ on installing and running your first MS Word RPA bot. Download `MS Excel Plug-in installer `_ to define RPA data parameters in Excel and run TagUI from Excel. See this `video by RPA Learners `_ on installing and creating visualisations with the Excel plug-in. macOS / Linux ----------------------------------- 1. Download TagUI v6.46 for `macOS `_ or `Linux `_ 2. Unzip the contents to your desktop on macOS, or ``/home/your_userid`` on Linux 3. Install OpenJDK for `macOS `_ or `Linux `_ 4. `Install Chrome web browser `_ 5. Open :ref:`Terminal ` 6. Copy, paste and run these commands, replacing ``your_tagui_path`` accordingly: .. code-block:: bash sudo ln -sf /your_tagui_path/tagui/src/tagui /usr/local/bin/tagui tagui /your_tagui_path/tagui/flows/samples/1_google.tag 7. Finally, run this command to pull the `latest features and bug fixes `_ .. code-block:: bash tagui update 8. :ref:`Having problems? Click here.` You have run your first TagUI flow! 🎉