Skip to content

Getting started

projectbtle edited this page Sep 3, 2021 · 4 revisions

Using argXtract with the provided examples is simple:

  • Clone the repo using git clone https://github.com/projectbtle/argXtract.git. (This assumes you have git installed.)
  • cd into the project folder.
  • Install pre-requisites using pip install -r requirements.txt. (Again, this assumes you have pip installed.)
  • Head over to the Examples page to find out how to test argXtract.

** Note that you will need Python 3.7+ in order to use this tool.

Clone this wiki locally