https://github.com/byceps/byceps
Tip revision: e6de5c6813f0f20a555b19347f248f29add50079 authored by Jochen Kupperschmidt on 08 February 2025, 23:20:01 UTC
Fail early
Fail early
Tip revision: e6de5c6
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
