mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
added verbose install instructions
This commit is contained in:
@@ -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
|
||||||
=====
|
=====
|
||||||
|
|||||||
Reference in New Issue
Block a user