Install Appium
Info
Before installing, make sure to check the System Requirements.
You can install Appium globally using npm
:
Note
Other package managers are not currently supported.
After installation, you should be able to run Appium from the command line:
You should see some output that starts with a line like this:
In order to update Appium using npm
:
That's it! If you see this, the Appium server is up and running. Go ahead and quit it (Ctrl-C) and move on to the next step, where we'll install a driver for automating Android apps.