您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

setup.rst 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Installation
  2. ===================
  3. Windows
  4. -------------------------------
  5. **You are recommended to download** `TagUI Windows Installer <https://github.com/kelaberetiv/TagUI/releases/download/v6.46.0/TagUI_Windows.exe>`_, 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.
  6. 1. Read the above, or download zip file `TagUI v6.46 for Windows <https://github.com/kelaberetiv/TagUI/releases/download/v6.46.0/TagUI_Windows.zip>`_
  7. 2. Unzip the contents to ``C:\``
  8. 3. `Install OpenJDK for Windows <https://corretto.aws/downloads/latest/amazon-corretto-8-x64-windows-jdk.msi>`_
  9. 4. `Install Chrome web browser <https://www.google.com/chrome/>`_
  10. 5. `Add c:\\tagui\\src to start of path <https://www.c-sharpcorner.com/article/add-a-directory-to-path-environment-variable-in-windows-10/>`_
  11. 6. Open :ref:`Command Prompt <how-to-use-command-prompt>`
  12. 7. Copy, paste and run this command:
  13. .. code-block:: bat
  14. tagui c:\tagui\flows\samples\1_google.tag
  15. 8. Finally, run this command to pull the `latest features and bug fixes <https://github.com/kelaberetiv/TagUI/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+fixed+OR+done+>`_
  16. .. code-block:: bat
  17. tagui update
  18. 9. :ref:`Having problems? Click here.<troubleshooting-windows>` You have run your first TagUI flow! 🎉
  19. **To install TagUI Microsoft Word Plug-in (a full-featured app to make RPA very easy)**, download the `MS Word Plug-in installer <https://github.com/kelaberetiv/TagUI/releases/download/v6.64.0/TagUIWordAddInSetupV3.15.zip>`_, unzip the file and double-click Setup.exe. See this `video by RPA Learners <https://www.youtube.com/watch?v=mtiuzU6e4XE>`_ on installing and running your first MS Word RPA bot. Download `MS Excel Plug-in installer <https://github.com/kelaberetiv/TagUI/releases/download/v6.64.0/TagUIExcelAddInSetupv3.06.zip>`_ to define RPA data parameters in Excel and run TagUI from Excel. See this `video by RPA Learners <https://www.youtube.com/watch?v=YsA9hpveROs>`_ on installing and creating visualisations with the Excel plug-in.
  20. macOS / Linux
  21. -----------------------------------
  22. 1. Download TagUI v6.46 for `macOS <https://github.com/kelaberetiv/TagUI/releases/download/v6.46.0/TagUI_macOS.zip>`_ or `Linux <https://github.com/kelaberetiv/TagUI/releases/download/v6.46.0/TagUI_Linux.zip>`_
  23. 2. Unzip the contents to your desktop on macOS, or ``/home/your_userid`` on Linux
  24. 3. Install OpenJDK for `macOS <https://corretto.aws/downloads/latest/amazon-corretto-8-x64-macos-jdk.pkg>`_ or `Linux <https://corretto.aws/downloads/latest/amazon-corretto-8-x64-linux-jdk.tar.gz>`_
  25. 4. `Install Chrome web browser <https://www.google.com/chrome/>`_
  26. 5. Open :ref:`Terminal <how-to-use-terminal>`
  27. 6. Copy, paste and run these commands, replacing ``your_tagui_path`` accordingly:
  28. .. code-block:: bash
  29. sudo ln -sf /your_tagui_path/tagui/src/tagui /usr/local/bin/tagui
  30. tagui /your_tagui_path/tagui/flows/samples/1_google.tag
  31. 7. Finally, run this command to pull the `latest features and bug fixes <https://github.com/kelaberetiv/TagUI/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+fixed+OR+done+>`_
  32. .. code-block:: bash
  33. tagui update
  34. 8. :ref:`Having problems? Click here.<troubleshooting-macos-linux>` You have run your first TagUI flow! 🎉