Skip to content

Commit de5e948

Browse files
Update README.md
PR taking too long
1 parent 973ed76 commit de5e948

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ pip3 install steem # pip install steem for 2.7
1414
```
1515

1616
From Source:
17+
Pip directed install:
18+
```
19+
pip install -U git+https://github.com/Dont-Copy-That-Floppy/steem-python.git
20+
```
1721

22+
Build an install from manually
1823
```
19-
git clone https://github.com/steemit/steem-python.git
24+
git clone https://github.com/Dont-Copy-That-Floppy/steem-python.git
2025
cd steem-python
2126
pip install build
2227
python -m build

0 commit comments

Comments
 (0)