Installation
Windows
Read the above, or download zip file TagUI v6.110 for Windows
Unzip the contents to
C:\Open Command Prompt
Copy, paste and run this command:
tagui c:\tagui\flows\samples\1_google.tag
Finally, run this command to pull the latest features and bug fixes
tagui update
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
Unzip the contents to your desktop on macOS, or
/home/your_useridon LinuxOpen Terminal
Copy, paste and run these commands, replacing
your_tagui_pathaccordingly:
sudo ln -sf /your_tagui_path/tagui/src/tagui /usr/local/bin/tagui
tagui /your_tagui_path/tagui/flows/samples/1_google.tag
Finally, run this command to pull the latest features and bug fixes
tagui update
Having problems? Click here. You have run your first TagUI flow! 🎉