https://github.com/byceps/byceps
Tip revision: f0b896d85153eb9d8cc0390ce57b55ff06eb29ef authored by Jochen Kupperschmidt on 28 November 2025, 04:37:53 UTC
Support `on_cancellation_before_payment` hook for shop order actions
Support `on_cancellation_before_payment` hook for shop order actions
Tip revision: f0b896d
python-dependencies.rst
Install Python Dependencies
===========================
The installation should happen in an isolated Python_ environment just
for BYCEPS so that its requirements don't clash with different versions
of the same libraries somewhere else in the system.
Python_ already comes with the necessary tools, namely virtualenv_ and
pip_.
With uv_, however, setting up and using a virtual environment (among
other things) became easier and faster.
.. _Python: https://www.python.org/
.. _virtualenv: https://www.virtualenv.org/
.. _pip: https://pip.pypa.io/
.. _uv: https://docs.astral.sh/uv/
This will install BYCEPS' Python dependencies and create a virtual
environment in the process:
.. code-block:: console
$ uv sync --frozen
