pinkbike
: A web scraper for the pinkbike buy/sell page
-
Install pyenv
-
Make sure you install the build dependencies for your system.
-
Run
curl https://pyenv.run | bash
-
Restart your shell so the path changes take effect.
exec $SHELL
-
-
Install poetry
-
Install package
pyenv install $(cat .python-version) poetry install
Within the correct poetry/conda shell, run pinkbike --help
to view available CLI commands.