-
Notifications
You must be signed in to change notification settings - Fork 4
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 havegit
installed.) -
cd
into the project folder. - Install pre-requisites using
pip install -r requirements.txt
. (Again, this assumes you havepip
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.