8000 Correct filename for requirements.txt in README. · yurib/FuelSDK-Python@d0863f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0863f5

Browse files
author
Markus Amalthea Magnuson
committed
Correct filename for requirements.txt in README.
The README had an old file name reference, this updates it to the correct one.
1 parent 181cf72 commit d0863f5

File tree

BBF0

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Libraries:
1616
* requests 1.1.0
1717
* suds 0.4
1818

19-
The quickest way to install the required libraries is to use pip and tell it to load the libraries listed in the requiredlibraries.txt file (see below). Pip is a tool for installing and managing Python packages and is available at https://pypi.python.org/pypi/pip.
19+
The quickest way to install the required libraries is to use pip and tell it to load the libraries listed in the `requirements.txt` file (see below). Pip is a tool for installing and managing Python packages and is available at https://pypi.python.org/pypi/pip.
2020

2121
```
2222
pip install -r requirements.txt

0 commit comments

Comments
 (0)
0