Skip to content

Commit 7d03e4c

Browse files
committed
added verbose install instructions
1 parent dbc1619 commit 7d03e4c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Requirements
1212
============
1313

1414
- GIT 1.9+
15+
- Python
1516

1617
Installation
1718
============
@@ -20,9 +21,12 @@ Using PIP via PyPI::
2021

2122
pip install github-backup
2223

23-
Using PIP via Github::
24+
Using PIP via Github (more likely the latest version)::
2425

2526
pip install git+https://github.com/josegonzalez/python-github-backup.git#egg=github-backup
27+
28+
*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`.*
29+
2630

2731
Usage
2832
=====

0 commit comments

Comments
 (0)