Skip to content

Updating

Leon Jacobs edited this page Sep 30, 2017 · 4 revisions

objection is packaged using pypi. Therefore, updating objection is really easy. Simply issue the following command to get the latest version:

pip3 install objection --upgrade

Since version 1.1.9, objection will automatically check for updated versions on Github.

To get the currently installed version, run objection version:

$ objection version
objection: 1.1.10

That's it! 💥

Clone this wiki locally