InstallationΒΆ
python-crabber is on PyPi and can be installed with pip:
pip3 install python-crabber
However if you would like to install from source you can do that as well:
git clone https://github.com/jakeledoux/python-crabber
cd python-crabber
python3 setup.py install