Skip to content

Install wti on Windows

edouard edited this page Jan 12, 2012 · 1 revision

Here are instructions to install the web_translate_it client on Windows.

  1. Install Ruby Installer. At the time of writing this page, we recommend Ruby 1.9.3-p0
  2. Once installed, run the “command prompt with ruby”. You will find it in your Start menu.
  3. Install web_translate_it. Type in the command prompt: gem install web_translate_it. It should download and install the latest version.

command prompt with Ruby Command Prompt

That’s it! wti is now installed.

Getting Started with wti

  1. Go to your project folder
  2. Type wti init
  3. Enter the API key you found in your project settings
  4. Use wti pull to download and wti push to upload your linguistic files. You will find a full list of commands on the front page or by typing wti --help
Clone this wiki locally