Skip to content

Commit ed35c89

Browse files
committed
Fix Readme
Signed-off-by: TG1999 <tushar.goel.dav@gmail.com>
1 parent c5ba56f commit ed35c89

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ It is a library to reliably fetch code via HTTP, FTP and version control systems
66
Installation
77
############
88
Clone the repo using
9-
`git clone https://github.com/nexB/fetchcode`
9+
10+
:code:`git clone https://github.com/nexB/fetchcode`
1011

1112
Then install all the requirements using
12-
`pip3 install -r requirements.txt`
13+
14+
:code:`pip3 install -r requirements.txt`
1315

1416
Running test suite
1517
##################
1618

1719
To run test suite
18-
`python3 -m pytest`
20+
21+
:code:`python3 -m pytest`
1922

2023
Usage of API to fetch HTTP/S and FTP URLs
2124
#########################################

0 commit comments

Comments
 (0)