We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1088f commit 047d434Copy full SHA for 047d434
README.md
@@ -12,13 +12,22 @@ Available at: https://www.gitxray.com/
12
13
# Installing and running Gitxray
14
15
+gitxray was written with no use of external package dependencies other than the `requests` library.
16
+
17
+## PyPI (PIP) Way
18
19
`gitxray` is on PyPI and can be installed with:
20
21
```bash
22
pip install gitxray
23
```
24
-It was written with no use of external dependencies other than the `requests` library.
25
+Once installed, simply run gitxray from your command line by typing:
26
+```bash
27
+gitxray -h
28
+```
29
30
+## Installing from source
31
32
You may also run `gitxray` directly by cloning or downloading its GitHub repository and running.
33
0 commit comments