added verbose install instructions

This commit is contained in:
hozza
2023-11-07 14:53:58 +00:00
parent dbc1619106
commit 7d03e4c9bb

View File

@@ -12,6 +12,7 @@ Requirements
============ ============
- GIT 1.9+ - GIT 1.9+
- Python
Installation Installation
============ ============
@@ -20,9 +21,12 @@ Using PIP via PyPI::
pip install github-backup pip install github-backup
Using PIP via Github:: Using PIP via Github (more likely the latest version)::
pip install git+https://github.com/josegonzalez/python-github-backup.git#egg=github-backup pip install git+https://github.com/josegonzalez/python-github-backup.git#egg=github-backup
*Note for Python newcomers: even after you've installed pip and python etc, (e.g. debian based: ``sudo apt install pip``), an installed python scripts are unlikely to be included in your ``$PATH`` by default, this means it cannot be run directly in terminal with ``$ github-backup ...``, you can either add pythons install path to your environments ``$PATH`` or call the script directly e.g. `$ ~/.local/bin/github-backup`.*
Usage Usage
===== =====