Quick startΒΆ

  • Get the url for an anonymization api server

  • Install Python 3.6 or higher (see Installation)

  • Open a command line terminal and type the following:

$ pip install anonapi
$ anon settings user set-username z1234    # replace z1234 with your username
$ anon server add server1 https://anonapi  # replace https://anonapi with actual url
$ anon server activate server1
$ anon server jobs                         # get some info on the jobs running on server1

More commands can be found in Usage and in the Command reference

For more details on installation and configuration see gettings started.