Skip to content

Commit 3624a36

Browse files
author
Sven Siegmund
committed
Updated install command in readme
1 parent f8a646b commit 3624a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ compressed_rtf
1414

1515
Install rtfparse from your local repository with pip:
1616

17-
pip install ./rtfparse
17+
pip install rtfparse
1818

1919
Installation creates an executable file `rtfparse` in your python scripts folder which should be in your $PATH.
2020

src/rtfparse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22

33

4-
version = "0.7.4"
4+
version = "0.7.5"

0 commit comments

Comments
 (0)