Tip: You can use the --python command to change the default python interpreter used for pipx
Installing PIPX with PIP is recommended
This way you can control which python it is install with
Tip: Use the --verbose command to get more details about the install process
Install
Stable install
pipx install ofscraper
Development
Pre-release
pipx install ofscraper --pip-args=--pre
Development
pipx install git+https://github.com/datawhores/OF-Scraper.git
Specific version of script
pipx install ofscraper==version --force
where x is the version you want to install
Specific version of python
Append --python $(where {python version}
Example: pipx install ofscraper --python $(where python3.11)
Upgrade
Not uninstalling has caused problems for users before
pipx upgrade ofscraper
or
pipx install ofscraper==x --force
Append --python $(where {python version}
Install
Stable Install
pipx install ofscraper
Development
Pre-release
pipx install ofscraper --pip-args=--pre
Development version
pipx install git+https://github.com/datawhores/OF-Scraper.git
Specific version of script
pipx install ofscraper==x --force
where x is the version you want to install
Specific version of python
Append --python $(which {python version})
Example: pipx install ofscraper --python $(which python3.11)
Upgrading
Not uninstalling has caused problems for users before
pipx upgrade ofscraper
or
pipx install ofscraper==x --force
Append --python $(where {python version}