8000 formatting change for command-line code · liamkelly1/document-api-python@4a4ac98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a4ac98

Browse files
committed
formatting change for command-line code
1 parent 3c562b9 commit 4a4ac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)
0
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use this SDK, you must have Python installed. You can use either 2.7x or 3.3x
2020

2121
Download the `.zip` file that contains the SDK. Unzip the file and then run the following command:
2222

23-
```python
23+
```text
2424
pip install -e <directory containing setup.py>
2525
```
2626