https://github.com/byceps/byceps
Tip revision: 2f307b8cbe1b3b51b8d28fe40a3aafd8e178b0af authored by Jochen Kupperschmidt on 16 February 2026, 03:05:23 UTC
Adjust test to new `hidden` argument to `page_service.update_page`
Adjust test to new `hidden` argument to `page_service.update_page`
Tip revision: 2f307b8
byceps.rst
Obtain BYCEPS
=============
Grab a copy of BYCEPS itself. For now, the best way probably is to
clone the Git repository from GitHub:
.. code-block:: console
$ git clone https://github.com/byceps/byceps.git
A new directory, :file:`byceps/`, should have been created.
This way, it should be easy to pull in future updates to BYCEPS using
Git. (And there currently are no release tarballs anyway.)
Now change into the newly created directory, as most of the following
commands must be run from there:
.. code-block:: console
$ cd byceps
