Installing Pebble
Installing from PyPI
Packages for Pebble are published on the Python Package Index under
the name incenp.pebble
. To install the latest version from PyPI:
$ pip install -U incenp.pebble
Installing from source
You may download a release tarball from the homepage or from the release page, and then proceed to a manual installation:
$ tar zxf incenp.pebble-1.1.1.tar.gz
$ cd incenp.pebble-1.1.1
$ python setup.py build
$ python setup.py install
You may also clone the repository:
$ git clone https://git.incenp.org/damien/pebble.git
and then proceed as above.
Dependencies
Pebble requires the following Python dependencies to work:
If you install Pebble from the Python Package Index with pip as described above, those dependencies should be automatically installed if they are not already available on your system.
Testing the installation
Once installed, Pebble may be invoked from the command line by calling
the pbl
program. You can check whether it has been installed
correctly by running the following command:
$ pbl --version
pbl (Pebble 1.1.1)
Copyright © 2018–2024 Damien Goutte-Gattat
This program is released under the GNU General Public License.
See the COPYING file or <http://www.gnu.org/licenses/gpl.html>.