Getting Started¶
This Getting Started guide is intended to assist the user with installing the library.
Install the package¶
The latest version of arpoon
can be installed from PyPI using pip
.
$ python3 -m pip install arpoon
Import the arpoon
package in Python.
In [1]: import arpoon
In [2]: arpoon.__version__
Out[2]: '0.0.1'
See Basic Usage for some examples.
Last update:
Nov 13, 2023